Releases: fabien0102/ts-to-zod
Releases · fabien0102/ts-to-zod
ts-to-zod v3.13.0
Features
- allow to append or override schema via jsdoc tag (#266) (dc7eea8)
ts-to-zod v3.11.0
Features
- add support for date, time and duration format types (#260) (27f107b)
ts-to-zod v3.9.1
Bug Fixes
- handling optional & nullable in IndedexedAccessType (#254) (75a6e8e)
ts-to-zod v3.9.0
Features
- #232: add support for Omit / Pick in interface extend clause (#249) (1c7b585)
Bug Fixes
- handle negative minimum, maximum, and default values from jsDoc (#250) (998a3c8)
ts-to-zod v3.8.6
Bug Fixes
- adding support for imported QualifiedName (#243) (fcb783c)
ts-to-zod v3.8.5
Bug Fixes
- handle undefined as optional during validation phase (#240) (899c5ab)
ts-to-zod v3.8.4
Bug Fixes
- .partial() must be applied before .nullable() or .optional() (#237) (ea4ceec)