Sourced from hono's releases.
v4.4.5
What's Changed
- fix(cors): allow custom vary header by
@fzn0x
in honojs/hono#2934- fix(jsx): rename
Hono
toJSX
and exportJSX
namespace by@yusukebe
in honojs/hono#2937- refactor(hono-base): make 2nd arg of
app.route()
required by@yusukebe
in honojs/hono#2945- refactor(hono-base): don't check 1st argument of
app.on()
by@yusukebe
in honojs/hono#2946- refactor(context): remove unnecessary initialization add add tests for Context by
@yusukebe
in honojs/hono#2949- test(hono-base): add tests for covering 100% by
@yusukebe
in honojs/hono#2952- fix(context): default JSONRespond and TextRespond StatusCode generic arg by
@EdamAme-x
in honojs/hono#2954- refactor(request): shorten
parseBody
and remove unnecessary check by@yusukebe
in honojs/hono#2947- refactor(jsx): reduce code size and improve maintainability by
@usualoma
in honojs/hono#2956Full Changelog: https://github.com/honojs/hono/compare/v4.4.4...v4.4.5
75663ff
v4.4.5ad04fbf
refactor(jsx): reduce code size and improve maintainability (#2956)32ba5ba
refactor(request): shorten parseBody
and remove unnecessary check (#2947)208d77b
fix(context): default JSONRespond and TextRespond StatusCode generic arg (#2...e1e0e09
test(hono-base): add tests for covering 100% (#2952)7eb3e3b
refactor(context): remove unnecessary initialization add add tests for Contex...ddb1d86
refactor(hono-base): don't check argument values (#2946)0a974ff
refactor(hono-base): make 2nd arg of app.route()
required (#2945)e727879
fix(jsx): rename Hono
to JSX
and export JSX
namespace (#2937)1a32ef4
fix(cors): allow custom vary header (#2934)