v4.4.4
版本发布时间: 2024-06-06 22:03:33
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- fix(typo): Fix typo in request.test.ts by @yasuaki640 in https://github.com/honojs/hono/pull/2899
- feat(hono-base): skip import HTTPException by using HTTPResponseError by @usualoma in https://github.com/honojs/hono/pull/2898
- chore: improve unfinalized response error by @Cherry in https://github.com/honojs/hono/pull/2902
- chore: create .gitpod.yml by @EdamAme-x in https://github.com/honojs/hono/pull/2868
- fix(cloudflare-workers): export getConnInfo() by @ryuapp in https://github.com/honojs/hono/pull/2906
- fix(hono-base): return 404 if lacking response in a single sync handler by @yusukebe in https://github.com/honojs/hono/pull/2909
- refactor: remove
Prettify
as duplicated withSimplify
by @NamesMT in https://github.com/honojs/hono/pull/2914 - fix(types): #2912: interfaces array's respond typed as
never
by @NamesMT in https://github.com/honojs/hono/pull/2915 - feat(context):
c.redirect()
supportsTypedResponse
by @yusukebe in https://github.com/honojs/hono/pull/2908 - feat(jsx): support htmlfor attribute alias by @akira-tsuno in https://github.com/honojs/hono/pull/2916
- fix(filepath): allow suffix includes
-
and_
by @yusukebe in https://github.com/honojs/hono/pull/2910 - fix(types): add
_
prefix toTypedResponse
properties by @yusukebe in https://github.com/honojs/hono/pull/2917 - fix(types):
SimplifyDeepArray
should now actually be "deep" by @NamesMT in https://github.com/honojs/hono/pull/2920 - refactor(middleware/serve-static): call getContent only once if the file does not exist by @usualoma in https://github.com/honojs/hono/pull/2922
- chore: add
text
andhtml
for coverage reporter by @yusukebe in https://github.com/honojs/hono/pull/2923 - refactor(conninfo): create
types.ts
for type definitions by @yusukebe in https://github.com/honojs/hono/pull/2924
New Contributors
- @yasuaki640 made their first contribution in https://github.com/honojs/hono/pull/2899
- @Cherry made their first contribution in https://github.com/honojs/hono/pull/2902
- @akira-tsuno made their first contribution in https://github.com/honojs/hono/pull/2916
Full Changelog: https://github.com/honojs/hono/compare/v4.4.3...v4.4.4