v4.5.1
版本发布时间: 2024-07-20 22:11:06
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- chore: remove rimraf and use bun shell by @nakasyou in https://github.com/honojs/hono/pull/3146
- chore: moving the setup file of vitest by @EdamAme-x in https://github.com/honojs/hono/pull/3157
- fix(middleware/jwt): Changed the jwt-secret type to SignatureKey by @JulesVerner in https://github.com/honojs/hono/pull/3167
- feat(bearer-auth): Allow empty bearer-auth middleware prefixes by @prevostc in https://github.com/honojs/hono/pull/3161
- chore(factory): remove
@experimental
fromcreateApp
by @yusukebe in https://github.com/honojs/hono/pull/3164 - fix(client): support array values for
query
inws
by @yusukebe in https://github.com/honojs/hono/pull/3169 - fix(validator): ignore content-type mismatches by @yusukebe in https://github.com/honojs/hono/pull/3165
New Contributors
- @JulesVerner made their first contribution in https://github.com/honojs/hono/pull/3167
- @prevostc made their first contribution in https://github.com/honojs/hono/pull/3161
Full Changelog: https://github.com/honojs/hono/compare/v4.5.0...v4.5.1