File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 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
225Bug fix:
326- safely unwrap t.Record
You can’t perform that action at this time.
0 commit comments