We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9000e3 commit d3424c1Copy full SHA for d3424c1
CHANGELOG.md
@@ -1,10 +1,11 @@
1
-# 1.4.5
+# 1.4.5 - 15 Sep 2025
2
Improvement:
3
- soundness for guard, group
4
- overwrite primitive value if collide (intersectIfObject)
5
6
Bug fix:
7
- standard schema incorrectly validate cookie and coercion
8
+- merge nested guard, group standalone schema properly
9
10
Breaking Change:
11
- no longer coerce type for .model with `t.Ref` by default
package.json
@@ -1,7 +1,7 @@
{
"name": "elysia",
"description": "Ergonomic Framework for Human",
- "version": "1.4.5-beta.0",
+ "version": "1.4.5",
"author": {
"name": "saltyAom",
"url": "https://github.com/SaltyAom",
0 commit comments