You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## Version 24
4
+
5
+
### v24.0.0
6
+
7
+
- Switched to Zod 4:
8
+
- Minimum supported version of `zod` is 4.0.0;
9
+
- ⚠️This version might not support all new features of Zod 4;
10
+
-`IOSchema` type had to be simplified down to a schema resulting in a `object`, but not an `array`;
11
+
- Despite supporting examples by the new Zod method `.meta()`, users should still use `.example()` to set them;
12
+
- Refer to [Migration guide on Zod 4](https://v4.zod.dev/v4/changelog) for adjusting your schemas;
0 commit comments