Skip to content

Commit 16d8501

Browse files
committed
Changelog: initial entry for v24.
1 parent eb9ce42 commit 16d8501

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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;
13+
314
## Version 23
415

516
### v23.1.1

0 commit comments

Comments
 (0)