Releases: fabien0102/ts-to-zod
Releases · fabien0102/ts-to-zod
ts-to-zod v3.14.1
Bug Fixes
- correctly extract types from index signature declaration (#291) (74abe78)
- handling non-identifier index access type (#289) (d9076dd)
ts-to-zod v3.14.0
Features
- add support for any JSON object as default (#275) (476180f)
- add support for discriminatedUnion (#281) (4dfbab5)
Bug Fixes
- Imports: support for named imports in generated files (#287) (56b4374)
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)