Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@DavidTimms DavidTimms released this 29 May 11:51
· 3 commits to main since this release

This release brings zod-fast-check up to speed with all of the new features added in Zod 3.20.

This includes:

  • Support for z.symbol().
  • Support for z.string().datetime(), z.string().uuid() and z.string().cuid().
  • Support for z.string().length(), z.string().startsWith() and z.srtring.endsWith()`.
  • Support for z.number().multipleOf().
  • Better coverage for numbers - it will now generate Infinity for number schemas which are not explicitly declared as finite.