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
- @the-fukui made their first contribution in #2193
Full Changelog: v4.0.1...v4.0.2