Skip to content

Releases: colinhacks/zod

v3.14.2

19 Mar 01:09
Compare
Choose a tag to compare

Commits:

v3.14.1

18 Mar 08:33
Compare
Choose a tag to compare

What's Changed

  • Reduce memory churn, avoid generating ctx when not necessary, much faster valid primitives by @tmcw in #1025

Full Changelog: v3.14.0...v3.14.1

v3.14.0

18 Mar 08:23
5b46d88
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.13.4...v3.14.0

v3.13.4

02 Mar 22:23
Compare
Choose a tag to compare

v3.13.2

02 Mar 01:22
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.12.0...v3.13.2

v3.12.0

24 Feb 17:14
Compare
Choose a tag to compare

v3.11.6

26 Oct 19:39
fdd7084
Compare
Choose a tag to compare

Support type guards as refinements #727
Fix #732

v3.11.4

24 Oct 18:20
Compare
Choose a tag to compare
Add describe

v3.11.3

23 Oct 20:56
Compare
Choose a tag to compare

Support TypeScript 4.5.

v3.10.3

19 Oct 16:08
Compare
Choose a tag to compare

New parsing engine. Zod now surfaces more errors.