Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-04 | 770 Bytes | |
v4.8.4 source code.tar.gz | 2025-07-04 | 1.6 MB | |
v4.8.4 source code.zip | 2025-07-04 | 1.8 MB | |
Totals: 3 Items | 3.4 MB | 0 |
What's Changed
- test: correct usages of
Proxy
to support Node.js 24 by @yusukebe in https://github.com/honojs/hono/pull/4260 - fix(cookie): remove not used
signingSecret
option by @yusukebe in https://github.com/honojs/hono/pull/4263 - fix(jsx): cloneElement didn't copy children by @yayugu in https://github.com/honojs/hono/pull/4257
- fix(client): remove
index
string when calling$url()
by @yusukebe in https://github.com/honojs/hono/pull/4267 - fix(ssg): invoke callback when it's only a dynamic route by @yusukebe in https://github.com/honojs/hono/pull/4249
- fix(request):
req.json()
keeps the content as is by @yusukebe in https://github.com/honojs/hono/pull/4269
Full Changelog: https://github.com/honojs/hono/compare/v4.8.3...v4.8.4