What's Changed
Improvement:
- #1655 decode single values in ArrayQuery by @zoriya
- use imperative check for
replaceURLPathinstead of allocatingnew URL - reduce ts-ignore/ts-expect-error on promise map handler
Bug fix:
- #1671 mount produces incorrect URL path when Elysia instance has prefix option
- #1617, #1623 AOT compilation removes beforeHandle when using arrow function expression by @tt-a1i
- #1667 skip body parsing on mount with dynamic mode
- #1662 custom thenable fallback in
mapCompactResponsecausing runtime crash with undefined variable by @raunak-rpm - #1661, #1663 fix SSE double-wrapping bug when returning pre-formatted Response by @raunak-rpm in
- ValueError with summary missing types
- Elysia not using Bun.routes by default
New Contributors
- @raunak-rpm made their first contribution in #1663
Full Changelog: 1.4.21...1.4.22