You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
# 1.4.22 - 14 Jan 2026
2
+
Improvement:
3
+
- use imperative check for `replaceURLPath` instead of allocating `new URL`
4
+
- reduce ts-ignore/ts-expect-error on promise map handler
5
+
6
+
Bug fix:
7
+
-[#1671](https://github.com/elysiajs/elysia/issues/1671) mount produces incorrect URL path when Elysia instance has prefix option
8
+
-[https://github.com/elysiajs/elysia/issues/1617](https://github.com/elysiajs/elysia/issues/1617), [#1623](https://github.com/elysiajs/elysia/pull/1623) AOT compilation removes beforeHandle when using arrow function expression
9
+
-[#1667](https://github.com/elysiajs/elysia/issues/1667) skip body parsing on mount with dynamic mode
10
+
-[#1662](https://github.com/elysiajs/elysia/pull/1662) custom thenable fallback in `mapCompactResponse` causing runtime crash with undefined variable
11
+
-[#1661](https://github.com/elysiajs/elysia/pull/1661), [#1663](https://github.com/elysiajs/elysia/pull/1663) fix SSE double-wrapping bug when returning pre-formatted Response
12
+
- ValueError with summary missing types
13
+
- Elysia not using Bun.routes by default
14
+
1
15
# 1.4.21 - 4 Jan 2026
2
16
Improvement:
3
17
-[#1654](https://github.com/elysiajs/elysia/pull/1654) encode t.Date() to iso string
0 commit comments