Sourced from hono's releases.
v4.2.5
What's Changed
- fix(client): Allow calling toString and valueOf on the proxy object by
@ibash
in honojs/hono#2510- fix(adapter): handle multi value headers in AWS Lambda by
@exoego
in honojs/hono#2494- fix(client): shuold not remove tailing slash from top-level URL by
@yusukebe
in honojs/hono#2523- fix(jsx/dom): remove lookbehind assertion in event regexp by
@usualoma
in honojs/hono#2524New Contributors
@ibash
made their first contribution in honojs/hono#2510Full Changelog: https://github.com/honojs/hono/compare/v4.2.4...v4.2.5
fa9ed80
v4.2.568cabde
fix(jsx/dom): remove lookbehind assertion in event regexp (#2524)ed51b0b
fix(client): shuold not remove tailing slash from top-level URL (#2523)acb56b8
fix(adapter): handle multi value headers in AWS Lambda (#2494)932307e
fix(client): Allow calling toString and valueOf on the proxy object (#2510)