Skip to content

Releases: rroumenov/zod-to-x

v1.2.2

24 Jan 17:55
Compare
Choose a tag to compare
  • 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

30 Dec 16:38
Compare
Choose a tag to compare
  • Discriminant union, testing and Readme improvements.
  • Minor fixes.

v1.2.0

28 Dec 12:39
Compare
Choose a tag to compare
  • Transpiler for C++17 (requires Nlohmann)
  • Prettier integration
  • Testing improvements
  • Minor fixes

v1.1.0

19 Dec 16:00
Compare
Choose a tag to compare
  • Transpiler for C++ 11 (requires Boost and Nlohmann)

v1.0.3

11 Dec 18:08
Compare
Choose a tag to compare
  • ProtobufV3 transpiler: ZodTuple as repeated field when tuple types are the same.

v1.0.2

04 Dec 19:49
Compare
Choose a tag to compare

github workflow fixes

v1.0.0

03 Dec 18:00
Compare
Choose a tag to compare
  • Typescript transpiler
  • ProtobufV3 transpiler
  • zod2JsonSchemaDefinitions util