Releases: astahmer/openapi-zod-client
Releases · astahmer/openapi-zod-client
v1.4.18
Features
- #60: support schema.type list from openapi 3.1 (b524ce6), closes #60
v1.4.16
Bug Fixes
- #61: Combination of enum and minLength leads to invalid zod schmemas (0c12414), closes #61
v1.4.15
Bug Fixes
- missing zod chains on z.object(..) refs props (9b5c2cb)
v1.4.14
Bug Fixes
- schema.type = number with string default should be inlined as number (b2786b9)
v1.4.13
Bug Fixes
- autofix wrong schema.type case as QoL improvement (e589663)
v1.4.11
Bug Fixes
- ParameterObject with missing schema AND content (20e075c)
v1.4.10
Bug Fixes
- ParameterObject with content (and no schema) (a7533a5)