Skip to content

Releases: gajus/zod-compiler

v1.9.1

12 Jun 22:34

Choose a tag to compare

1.9.1 (2026-06-12)

Bug Fixes

  • preserve custom error messages on z.file() size and mime checks (5dab91b)

v1.9.0

12 Jun 19:23

Choose a tag to compare

1.9.0 (2026-06-12)

Features

  • auto-discriminate plain unions of tagged objects into switch dispatch (89d6359)

v1.8.0

12 Jun 18:37

Choose a tag to compare

1.8.0 (2026-06-12)

Features

  • validate discriminated-union options without re-checking the object guard (1829df9)

v1.7.0

12 Jun 17:46

Choose a tag to compare

1.7.0 (2026-06-12)

Features

  • size-gate fast-path validators to stay within TurboFan's budget (fecbb6c)

v1.6.0

12 Jun 12:41

Choose a tag to compare

1.6.0 (2026-06-12)

Features

  • expose a zero-allocation .is() boolean type guard (d3641b5)

v1.5.0

12 Jun 02:05

Choose a tag to compare

1.5.0 (2026-06-12)

Features

  • build failed parse results via a prototype getter (8801523)

v1.4.0

12 Jun 01:42

Choose a tag to compare

1.4.0 (2026-06-12)

Features

  • deduplicate repeated schema shapes within a file (fixes #1) (6b3342d)

v1.3.0

12 Jun 00:48

Choose a tag to compare

1.3.0 (2026-06-12)

Features

  • validate records without Object.keys allocation (e063b23)

v1.2.0

11 Jun 17:07

Choose a tag to compare

1.2.0 (2026-06-11)

Features

v1.1.0

11 Jun 15:56

Choose a tag to compare

1.1.0 (2026-06-11)

Features