1.1.0 • Published 6 months ago

@dasaplan/openapi-codegen-zod v1.1.0

Weekly downloads
-
License
-
Repository
github
Last release
6 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
1.1.0

6 months ago

1.0.0

6 months ago

0.0.10

9 months ago

0.0.11

9 months ago

0.0.12

9 months ago

0.0.13

9 months ago

0.0.14

9 months ago

0.0.15

9 months ago

0.0.16

9 months ago

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