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