v4.5.3
版本发布时间: 2024-07-29 21:37:52
honojs/hono最新发布版本:v4.6.2(2024-09-17 09:16:04)
What's Changed
- fix(validator): Add double quotation marks to multipart checker regex by @CPlusPatch in https://github.com/honojs/hono/pull/3195
- fix(validator): support
application/json
with a charset as JSON by @yusukebe in https://github.com/honojs/hono/pull/3199 - fix(jsx): fix handling of SVG elements in JSX. by @usualoma in https://github.com/honojs/hono/pull/3204
- fix(jsx/dom): fix performance issue with adding many new node listings by @usualoma in https://github.com/honojs/hono/pull/3205
- fix(service-worker): refer to
self.fetch
correctly by @yusukebe in https://github.com/honojs/hono/pull/3200
New Contributors
- @CPlusPatch made their first contribution in https://github.com/honojs/hono/pull/3195
Full Changelog: https://github.com/honojs/hono/compare/v4.5.2...v4.5.3