File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed
Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1- # 1.4.27 - 1 Mar 2025
1+ # 1.4.27 - 1 Mar 2026
22Bug fix:
33- getSchemaValidator: handle TypeBox as sub type
44- handle cookie prototype pollution when parsing cookie
@@ -8,30 +8,30 @@ Improvement:
88- use Response.json on Bun
99- export ` AnySchema ` , ` UnwrapSchema ` , ` ModelsToTypes ` from root
1010
11- # 1.4.26 - 25 Feb 2025
11+ # 1.4.26 - 25 Feb 2026
1212Bug fix:
1313- [ #1755 ] ( https://github.com/elysiajs/elysia/issues/1755 ) deduplicate local handler from global event
1414- [ #1752 ] ( https://github.com/elysiajs/elysia/issues/1752 ) system router with trailing path doesn't match with non-trailing
1515- url format redos
1616- [ #1747 ] ( https://github.com/elysiajs/elysia/issues/1747 ) parsing request from mount hang
1717
18- # 1.4.25 - 12 Feb 2025
18+ # 1.4.25 - 12 Feb 2026
1919Feature:
2020- export ElysiaStatus
2121
2222Bug fix:
2323- macro with conflict literal value per status
2424- recursive macro with conflict value per status
2525
26- # 1.4.24 - 11 Feb 2025
26+ # 1.4.24 - 11 Feb 2026
2727Feature:
2828- graceful unsigned cookie transition
2929
3030Bug fix:
3131- [ #1733 ] ( https://github.com/elysiajs/elysia/pull/1733 ) preserve multiple set-cookie headers in mounted handlers
3232- object cookie with secret doesn't deserialized after parsed
3333
34- # 1.4.23 - 9 Feb 2025
34+ # 1.4.23 - 9 Feb 2026
3535Feature:
3636- [ #1719 ] ( https://github.com/elysiajs/elysia/pull/1719 ) add t.Union/t.Intersection handling in property enumerations/checks
3737- [ #1697 ] ( https://github.com/elysiajs/elysia/pull/1697 ) extend complex formdata support to StandardSchema
Original file line number Diff line number Diff line change @@ -158,14 +158,12 @@ import type {
158158 MaybeValueOrVoidFunction ,
159159 IntersectIfObject ,
160160 IntersectIfObjectSchema ,
161- AnySchema ,
162161 UnwrapSchema ,
163162 EmptyRouteSchema ,
164163 UnknownRouteSchema ,
165164 MaybeFunction ,
166165 InlineHandlerNonMacro ,
167166 Router ,
168- ModelsToTypes
169167} from './types'
170168import {
171169 coercePrimitiveRoot ,
You can’t perform that action at this time.
0 commit comments