Skip to content

Commit 2c4c117

Browse files
committed
📘 doc: update changelog to 2026
1 parent cc9159b commit 2c4c117

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.4.27 - 1 Mar 2025
1+
# 1.4.27 - 1 Mar 2026
22
Bug 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
1212
Bug 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
1919
Feature:
2020
- export ElysiaStatus
2121

2222
Bug 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
2727
Feature:
2828
- graceful unsigned cookie transition
2929

3030
Bug 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
3535
Feature:
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

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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'
170168
import {
171169
coercePrimitiveRoot,

0 commit comments

Comments
 (0)