Skip to content

Commit ac4b961

Browse files
committed
🎉 feat: 1.4
1 parent 4002f1a commit ac4b961

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# 1.4.0 - 13 Sep 2025
2+
Feature:
3+
- standard validator
4+
- macro schema, macro extension, macro detail
5+
- lifecycle type soundness
6+
- type inference reduced by ~11%
7+
- [#861](https://github.com/elysiajs/elysia/issues/861) missing HEAD method when register route with GET
8+
9+
Improvement
10+
- [#861](https://github.com/elysiajs/elysia/issues/861) automatically add HEAD method when defining GET route
11+
12+
Change
13+
- ObjectString/ArrayString no longer produce default value by default due to security reasons
14+
- Cookie now dynamically parse when format is likely JSON
15+
- export `fileType` for external file type validation for accurate response
16+
- ObjectString/ArrayString no longer produce default value by default due to security reasons
17+
- Cookie now dynamically parse when format is likely JSON
18+
19+
Breaking Change
20+
- remove macro v1 due to non type soundness
21+
- remove `error` function, use `status` instead
22+
- deprecation notice for `response` in `mapResponse`, `afterResponse`, use `responseValue` instead
23+
124
# 1.3.22 - 6 Sep 2025
225
Bug fix:
326
- safely unwrap t.Record

0 commit comments

Comments
 (0)