Skip to content

Commit

Permalink
Changelog: 18.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Apr 22, 2024
1 parent 307950b commit 251981e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Version 18

### v18.1.0

- Optimization for `zod` 3.23:
- `zod` 3.23 offers
[several features on the stringified dates handling](https://github.com/colinhacks/zod/releases/tag/v3.23.0);
- It's also claimed to be "the final 3.x release before Zod 4.0".;
- Using the featured `zod` refinements in the following proprietary schemas: `ez.dateIn()` and `ez.file("base64")`;
- The changes are non-breaking and the compatibility to `zod` 3.22 remains.

### v18.0.0

- **Breaking changes**:
Expand Down

0 comments on commit 251981e

Please sign in to comment.