v4.2.4
版本发布时间: 2024-04-13 23:52:53
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- fix(jwt): Make JWT Header
typ
Field Optional to Enhance Compatibility by @naporin0624 in https://github.com/honojs/hono/pull/2488 - fix(testing): set
baseUrl
fortestClient
by @yusukebe in https://github.com/honojs/hono/pull/2496 - fix(validator): Default use to
OutputTypeExcludeResponseType
whenInputType
is unknown by @nagasawaryoya in https://github.com/honojs/hono/pull/2500 - refactor(trie-router): parentPatterns is updated but never queried by @exoego in https://github.com/honojs/hono/pull/2503
- refactor: Remove redundant initializer by @exoego in https://github.com/honojs/hono/pull/2502
- refactor(cloudflare-workers): Suppress eslint noise by @exoego in https://github.com/honojs/hono/pull/2504
- fix(jsx): Add catch to async function's promise by @mwilkins91 in https://github.com/honojs/hono/pull/2471
New Contributors
- @nagasawaryoya made their first contribution in https://github.com/honojs/hono/pull/2500
- @exoego made their first contribution in https://github.com/honojs/hono/pull/2503
- @mwilkins91 made their first contribution in https://github.com/honojs/hono/pull/2471
Full Changelog: https://github.com/honojs/hono/compare/v4.2.3...v4.2.4