zod 3.4.0
3.4
unknownandanyschemas are always interpreted as optional. Reverts change from 3.3.
3.3.0
- HUGE speed improvements
- Added benchmarking:
yarn benchmark - Type signature of
ZodType#_parsehas changed. This will affects users who have implemented custom subclasses ofZodType. - [reverted] Object fields of type
unknownare no longer inferred as optional.