Skip to content

v2.0.0

Latest

Choose a tag to compare

@sachinraja sachinraja released this 24 Oct 21:39
· 1 commit to main since this release
1a80cfe

What's Changed

  • Breaking Change: support for zod v3 dropped, only zod v4 will be supported going forward
  • recursive types are supported via the new auxiliary type system
  • overhaul of the type overrides system, it's now a map passed as an option
  • can now specify whether you want the input or output via the io option
  • z.templateLiteral is now supported
  • z.readonly is now supported

Full Changelog: v1.2.0...v2.0.0