New
1.4.22
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
- https://github.com/elysiajs/elysia/issues/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, fix SSE double-wrapping bug when returning pre-formatted Response by @raunak-rpm in