honojs/hono (hono)
### [`v4.1.3`](https://togithub.com/honojs/hono/releases/tag/v4.1.3)
[Compare Source](https://togithub.com/honojs/hono/compare/v4.1.2...v4.1.3)
#### What's Changed
- fix(deno): export jwt helpers for Deno in `src/helper.ts` by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2385](https://togithub.com/honojs/hono/pull/2385)
- fix(jsx): use self closing tag only if element has no children by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2384](https://togithub.com/honojs/hono/pull/2384)
- feat(ssg): Support asynchronous hooks by [@watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/2381](https://togithub.com/honojs/hono/pull/2381)
- fix(validator): use cached body for `json` and `form` validation by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2392](https://togithub.com/honojs/hono/pull/2392)
- fix(jsx): escape attribute value for "style" by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2390](https://togithub.com/honojs/hono/pull/2390)
**Full Changelog**: https://github.com/honojs/hono/compare/v4.1.2...v4.1.3
### [`v4.1.2`](https://togithub.com/honojs/hono/releases/tag/v4.1.2)
[Compare Source](https://togithub.com/honojs/hono/compare/v4.1.1...v4.1.2)
#### What's Changed
- feat(utils/cookie): Typesafe cookie options by [@Jxck](https://togithub.com/Jxck) in [https://github.com/honojs/hono/pull/2350](https://togithub.com/honojs/hono/pull/2350)
- fix(router): accept reg exp meta characters in path by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2375](https://togithub.com/honojs/hono/pull/2375)
- perf(utils/url): use `slice` + `indexOf` for `getPath()` by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2376](https://togithub.com/honojs/hono/pull/2376)
- fix(router): wildcard paths when using js reserved words (like constructor and **proto**) by [@lmcarreiro](https://togithub.com/lmcarreiro) in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357)
- fix(types): `MergePath` merge blank paths correctly by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2365](https://togithub.com/honojs/hono/pull/2365)
#### New Contributors
- [@lmcarreiro](https://togithub.com/lmcarreiro) made their first contribution in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357)
**Full Changelog**: https://github.com/honojs/hono/compare/v4.1.1...v4.1.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
4.1.1
->4.1.3
Release Notes
honojs/hono (hono)
### [`v4.1.3`](https://togithub.com/honojs/hono/releases/tag/v4.1.3) [Compare Source](https://togithub.com/honojs/hono/compare/v4.1.2...v4.1.3) #### What's Changed - fix(deno): export jwt helpers for Deno in `src/helper.ts` by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2385](https://togithub.com/honojs/hono/pull/2385) - fix(jsx): use self closing tag only if element has no children by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2384](https://togithub.com/honojs/hono/pull/2384) - feat(ssg): Support asynchronous hooks by [@watany-dev](https://togithub.com/watany-dev) in [https://github.com/honojs/hono/pull/2381](https://togithub.com/honojs/hono/pull/2381) - fix(validator): use cached body for `json` and `form` validation by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2392](https://togithub.com/honojs/hono/pull/2392) - fix(jsx): escape attribute value for "style" by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2390](https://togithub.com/honojs/hono/pull/2390) **Full Changelog**: https://github.com/honojs/hono/compare/v4.1.2...v4.1.3 ### [`v4.1.2`](https://togithub.com/honojs/hono/releases/tag/v4.1.2) [Compare Source](https://togithub.com/honojs/hono/compare/v4.1.1...v4.1.2) #### What's Changed - feat(utils/cookie): Typesafe cookie options by [@Jxck](https://togithub.com/Jxck) in [https://github.com/honojs/hono/pull/2350](https://togithub.com/honojs/hono/pull/2350) - fix(router): accept reg exp meta characters in path by [@usualoma](https://togithub.com/usualoma) in [https://github.com/honojs/hono/pull/2375](https://togithub.com/honojs/hono/pull/2375) - perf(utils/url): use `slice` + `indexOf` for `getPath()` by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2376](https://togithub.com/honojs/hono/pull/2376) - fix(router): wildcard paths when using js reserved words (like constructor and **proto**) by [@lmcarreiro](https://togithub.com/lmcarreiro) in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357) - fix(types): `MergePath` merge blank paths correctly by [@yusukebe](https://togithub.com/yusukebe) in [https://github.com/honojs/hono/pull/2365](https://togithub.com/honojs/hono/pull/2365) #### New Contributors - [@lmcarreiro](https://togithub.com/lmcarreiro) made their first contribution in [https://github.com/honojs/hono/pull/2357](https://togithub.com/honojs/hono/pull/2357) **Full Changelog**: https://github.com/honojs/hono/compare/v4.1.1...v4.1.2Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.