Minor Changes
-
#116
56bc2cfThanks @lawvs! - Add comparison support for Zod 4.3 and 4.4 schema updates.Zod 4.3 support covers schema variants including
z.xor(),z.looseRecord(), and.exactOptional(). Zod 4.4 support treats emptyz.union([])andz.xor([])schemas, including nested empty unions, asneverfor TypeScript-level same-type and compatibility checks. It also keepsz.undefined()object properties required and clarifies runtime-only comparison warnings while leaving strict runtime behavior to custom rules.