Releases: fabien0102/ts-to-zod
Releases · fabien0102/ts-to-zod
ts-to-zod v3.4.1
Bug Fixes
- fix validateGeneratedTypes on Windows (bd7df0e)
ts-to-zod v3.4.0
Features
- add JSDoc tags for
string
and number
array elements (#180) (df5be8b)
ts-to-zod v3.3.0
Features
Bug Fixes
- fix mismatch between config file and
generate
interface (#166) (f9bc125)
ts-to-zod v3.2.0
Features
- Support for custom
[@format](https://www.github.com/format)
types (#145) (acd9444)
- Support Record<T, U> (#161) (ac24784)
Bug Fixes
ts-to-zod v3.1.2
Bug Fixes
- strict() modifier should come before optional/nullable (#137) (f8be6bd)
ts-to-zod v3.1.1
Bug Fixes
- strict() keyword working root interfaces (#134) (a9f6f03)
ts-to-zod v3.1.0
Features
- Adding JSDoc tag
useStrict
to output strict()
modifier (#131) (f73a676)