Releases: rroumenov/zod-to-x
Releases · rroumenov/zod-to-x
v1.2.2
- Established a minimum required version for the Zod library to ensure compatibility and stability.
- Typescript enumerate keys are transpiled to pascal case.
- Unsupported Zod types are now transpiled to
any
type. Accompanying comments will be added in the transpiled code to indicate where unsupported types were originally used.
v1.2.1
- Discriminant union, testing and Readme improvements.
- Minor fixes.
v1.2.0
- Transpiler for C++17 (requires Nlohmann)
- Prettier integration
- Testing improvements
- Minor fixes
v1.1.0
- Transpiler for C++ 11 (requires Boost and Nlohmann)
v1.0.3
- ProtobufV3 transpiler: ZodTuple as repeated field when tuple types are the same.
v1.0.0
Typescript
transpiler
ProtobufV3
transpiler
zod2JsonSchemaDefinitions
util