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()
andz.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.