Skip to content

v1.1.0

Compare
Choose a tag to compare
@ciscoheat ciscoheat released this 20 Jun 15:24
· 848 commits to main since this release

Added

  • Support for Set in schemas, using z.set().

Fixed

  • Nested array and object-level errors are now all cleared on a successful client-side validation. (#196)
  • Boolean fields with a default value of true always returned true when validating.
  • Fixed infinite deep type instantiation on message. (#143, thanks to Alisson Cavalcante Agiani)
  • Fixed typesVersions map that caused incorrect auto-import paths (#191, thanks to CokaKoala)