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