v4.4.3
版本发布时间: 2024-06-03 19:49:11
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- ci: Update workflow name of release.yml by @siguici in https://github.com/honojs/hono/pull/2874
- refactor: removed unnecessary line by @EdamAme-x in https://github.com/honojs/hono/pull/2869
- ci: change name of workflow jobs by @EdamAme-x in https://github.com/honojs/hono/pull/2875
- docs(jsdoc): add jsdoc of some modules by @EdamAme-x in https://github.com/honojs/hono/pull/2836
- ci: Report coverage with CodeCov by @exoego in https://github.com/honojs/hono/pull/2862
- docs: update readme and migrate guide for migrating
deno.land/x
to JSR by @yusukebe in https://github.com/honojs/hono/pull/2879 - chore: add coverage badge to README by @exoego in https://github.com/honojs/hono/pull/2881
- fix(websocket): the onopen event cannot be triggered during delayed operations in deno by @JetLua in https://github.com/honojs/hono/pull/2864
- fix(cloudflare-workers): Update websocket.ts to return 101 status code by @ronkeiser in https://github.com/honojs/hono/pull/2886
- test(workerd): rename the runtime test
wrangler
toworkerd
by @yusukebe in https://github.com/honojs/hono/pull/2888 - test(workerd): add tests for WebSocket by @yusukebe in https://github.com/honojs/hono/pull/2891
- refactor(aws-lambda): merge custom-context into types by @exoego in https://github.com/honojs/hono/pull/2889
- chore: Exclude type-only files from coverage by @exoego in https://github.com/honojs/hono/pull/2890
- test(presets): add tests for
hono/quick
andhono/tiny
by @yusukebe in https://github.com/honojs/hono/pull/2892 - fix(types): fix typo for unofficial status code type by @ryuapp in https://github.com/honojs/hono/pull/2894
- feat(hono-base): add
replaceRequest
option forapp.mount
by @yusukebe in https://github.com/honojs/hono/pull/2852
New Contributors
- @siguici made their first contribution in https://github.com/honojs/hono/pull/2874
- @JetLua made their first contribution in https://github.com/honojs/hono/pull/2864
- @ronkeiser made their first contribution in https://github.com/honojs/hono/pull/2886
Full Changelog: https://github.com/honojs/hono/compare/v4.4.2...v4.4.3