0.0.9 • Published 11 months ago

@dasaplan/openapi-codegen-zod v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
11 months ago

@dasaplan/openapi-codegen-zod

Getting Started

npm i --save-dev @dasaplan/openapi-codegen-zod
oazod generate-zod --help
oazod generate-zod --help

Features

  • ✅ generate schemas
  • ✅ generate 100 % compatible schemas with generated typescript types
  • 🔲 extended validation and parsing of data types and formats
    • ✅ ensure primitive data types and basic set of formats
    • 🔲 validate / ensure that a date format does not include time information
    • 🔲 validate / ensure that a date-time format includes timezone information
    • 🔲 support parsing bigint for string + int64 format
  • ✅ support of nested (discriminated) unions
  • ✅ support unknown enum variant
  • ✅ support of circular (lazy) schemas
  • ✅ support types for lazy schemas
  • ✅ support for deeply nested recursive schemas
0.0.9

11 months ago

0.0.8

11 months ago

0.0.7

11 months ago

0.0.6

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago