Skip to content

Releases: colinhacks/zod

v3.17.0

22 May 07:29
Compare
Choose a tag to compare

Commits:

What's Changed

New Contributors

Full Changelog: v3.16.1...v3.17.0

v3.16.1

20 May 19:27
Compare
Choose a tag to compare

Commits:

v3.16.0

12 May 01:15
Compare
Choose a tag to compare

Commits:

  • cb2b86c Update README.md (#1125)
  • b726328 Add nestjs-graphql-zod to ecosystem links (#1126)
  • ab8a371 Fix ctx.addIssue in transform to work correctly with parseAsync (#1129)
  • da0a42f Update ZodError.ts (#1127)
  • c4740a6 Restore existing type inference behaviour of z.ZodObject (#1122)
  • c536694 Added expected and received properties to enum and native enum (#1123)
  • 8f9ad5b Update type signature for ZodInvalidEnumValueIssue
  • 27121fd 3.16

v3.15.1

06 May 02:58
Compare
Choose a tag to compare

Commits:

  • f814ef2 Improve docs
  • c190a84 Clean up type signature of ZodFormattedError

v3.15.0

06 May 02:26
Compare
Choose a tag to compare

Commits:

v3.14.5

06 May 02:19
fa4eebb
Compare
Choose a tag to compare

Commits:

  • 21aab2a fix(readme): Use Correct Test Link
  • 753f627 Merge pull request #1054 from FlorianWendelborn/patch-1
  • a6e13cc Remove hanging string expressions (#1073)
  • c7792de Add UMD build (#1067)
  • f11ba8f Standardize ZodError type helpers. Document ZodError.format(). Add mapper support to .format()
  • 5ea9f87 Add Astro (#1076)
  • 5ba2cc3 Update sponsors (#1081)
  • cdca0db docs: infer Literal from the schema in JSON type example (#1083)
  • f6981f8 Small typo in readme (contraining => constraining) (#1096)
  • 7296aae Add zod-to-openapi to Ecosystem in the Readme (#1109)
  • 4cf7e7c docs: fix typo on the error handling guide (#1111)
  • fa4eebb Improve IDE integration for inferred object properties to support Go To Definition, Rename Symbol, etc. (#1117)

v3.14.4

04 Apr 19:25
Compare
Choose a tag to compare

Commits:

v3.14.3

26 Mar 23:12
Compare
Choose a tag to compare

Commits:

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