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