v3.4.2
版本发布时间: 2023-08-14 22:36:18
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- Add missing wasm mime type by @timfish in https://github.com/honojs/hono/pull/1307
- chore: add github issue/PR templates by @yusukebe in https://github.com/honojs/hono/pull/1314
- perf(hono-base): use
constructor.name
instead ofinstanceof
by @yusukebe in https://github.com/honojs/hono/pull/1311 - refactor(utils/url): remove unnecessary code by @yusukebe in https://github.com/honojs/hono/pull/1315
- fix(adaptor): Access to custom request context on AWS Lambda Adaptor by @watany-dev in https://github.com/honojs/hono/pull/1305
- Export Schema type to allow route exports in declaration files by @rosahaj in https://github.com/honojs/hono/pull/1309
- fix misspell by @CyberFlameGO in https://github.com/honojs/hono/pull/1321
- chore: fix linter by @watany-dev in https://github.com/honojs/hono/pull/1313
- test(routing): add tests for routing without path by @yusukebe in https://github.com/honojs/hono/pull/1324
- Fix reflecting basePath when no path in handler by @sizumita in https://github.com/honojs/hono/pull/1325
- fix(types): fix handler types by @yusukebe in https://github.com/honojs/hono/pull/1328
- feat(req): allow passing generics to
c.req.param()
by @yusukebe in https://github.com/honojs/hono/pull/1329
New Contributors
- @timfish made their first contribution in https://github.com/honojs/hono/pull/1307
- @rosahaj made their first contribution in https://github.com/honojs/hono/pull/1309
- @CyberFlameGO made their first contribution in https://github.com/honojs/hono/pull/1321
- @sizumita made their first contribution in https://github.com/honojs/hono/pull/1325
Full Changelog: https://github.com/honojs/hono/compare/v3.4.1...v3.4.2