4.13.3
What's Changed
- fix(client): prevent URL corruption when replaceUrlParam contains $ replacement tokens in https://github.com/honojs/hono/pull/5227
- fix(etag): copy pending stream bytes in https://github.com/honojs/hono/pull/5239
- fix(etag): avoid skipping headers when filtering 304 response headers in https://github.com/honojs/hono/pull/5234
- fix(cors): append Origin to Vary header on OPTIONS preflight in https://github.com/honojs/hono/pull/5235
- docs(context): add custom headers append option example to Context JSDoc in https://github.com/honojs/hono/pull/5248
- fix(trie-router): match suffix wildcard routes in https://github.com/honojs/hono/pull/5236
- fix(pattern-router/linear-router): prevent prefix overmatch on wildcard routes in https://github.com/honojs/hono/pull/5252
- fix(csrf): exempt OPTIONS request from CSRF validation in https://github.com/honojs/hono/pull/5250
- fix(utils/ipaddr): avoid truncation on embedded IPv4 addresses in expand IPv6 in https://github.com/honojs/hono/pull/5247
- feat(pretty-json): support structured JSON content-types (+json) in https://github.com/honojs/hono/pull/5226
Full Changelog: https://github.com/honojs/hono/compare/v4.13.2...v4.13.3