0.0.9 • Published 1 year ago

@dasaplan/openapi-codegen-zod v0.0.9

Weekly downloads
-
License
-
Repository
github
Last release
1 year 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

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago