v4.13.6
Changed 1
- Use forEach for consistent handler iteration in on-handler
Fixed 3
- Keep a param value of "index" in $url() and $path()
- Normalize root WebSocket URLs
- Allow symbol keys in Context<any> get and set fallbacks
From Hono
What's Changed
- fix(client): keep a param value of "index" in $url() and $path() in https://github.com/honojs/hono/pull/5297
- fix(client): normalize root WebSocket URLs in https://github.com/honojs/hono/pull/5291
- fix(types): allow symbol keys in Context get and set fallbacks in https://github.com/honojs/hono/pull/5300
- chore: bump
editorconfig-checkerin https://github.com/honojs/hono/pull/5336 - refactor(on-handler): use forEach for consistent handler iteration in https://github.com/honojs/hono/pull/5326
Full Changelog: https://github.com/honojs/hono/compare/v4.13.5...v4.13.6