Skip to content

Commit d3424c1

Browse files
committed
🔧 fix: merge multiple nested guard with schema
1 parent f9000e3 commit d3424c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
# 1.4.5
1+
# 1.4.5 - 15 Sep 2025
22
Improvement:
33
- soundness for guard, group
44
- overwrite primitive value if collide (intersectIfObject)
55

66
Bug fix:
77
- standard schema incorrectly validate cookie and coercion
8+
- merge nested guard, group standalone schema properly
89

910
Breaking Change:
1011
- no longer coerce type for .model with `t.Ref` by default

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elysia",
33
"description": "Ergonomic Framework for Human",
4-
"version": "1.4.5-beta.0",
4+
"version": "1.4.5",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

0 commit comments

Comments
 (0)