Fixed
- Zod 4 adapter: Allow top-level
.transform()and.refine()in schemas. #646. - Zod 4 adapter now respects global
customErrorconfiguration when no explicit error map is provided. The adapter prioritizescustomErroroverlocaleError. #618. - Zod 4 adapter: Fixed Default Date values in nested objects. #650.