Skip to content

v4.0.2

Compare
Choose a tag to compare
@yusukebe yusukebe released this 14 Feb 09:07
· 313 commits to main since this release

This is a patch release. But, it includes a minor feature.

SSG helper now generates HTML files only if they are handling GET or ALL methods.

What's Changed

  • fix: createHandler Response Types (handler x1) by @nakasyou in #2192
  • fix(jsx/dom): Do not call insertBefore if the element position does not change by @usualoma in #2196
  • refactor(ssg): filter SSG Route by @watany-dev in #2181
  • refactor(ssg): check c.env variables to disable/enable SSG by @usualoma in #2179
  • Fix regex pattern with length limit at replaceUrlParam by @the-fukui in #2193
  • docs(readme): tweak by @yusukebe in #2204
  • fix(router): LinearRouter and PatternRouter support regexp quantifiers by @yusukebe in #2209

New Contributors

Full Changelog: v4.0.1...v4.0.2