Releases: astahmer/openapi-zod-client
[email protected]
Minor Changes
-
#183
c9118afThanks @simonbinwang! - Add nullable support for additional properties -
#189
d897485Thanks @jbach! - handle $ref in responses object -
#190
e23b42dThanks @imballinst! - feat: reduce dependency count threshold for a type to be imported from common file to just 1
Patch Changes
- #184
44a5587Thanks @imballinst! - fix: fix order of schemas when using option groupStrategy: tag-file
[email protected]
Minor Changes
-
#163
0270e4cThanks @WickyNilliams! - treat additionalProperties as defaulting to true, allowing passthrough() unless explicitly opting-out -
#174
b12151dThanks @imballinst! - feat: add endpointDefinitionRefiner to TemplateContext options
[email protected]
[email protected]
Patch Changes
-
#160
bdcc143Thanks @WickyNilliams! - add missing zod chains to response bodies -
#161
5d98868Thanks @WickyNilliams! - allow timezones in date-time strings
[email protected]
Patch Changes
-
#154
2486ce5Thanks @janwvjaarsveld! - Fix issue where path parameters containing underscores were also converted to camelCase -
#151
2ef2cb1Thanks @WickyNilliams! - improve types for anyOf, to closer match json-schema behavior
[email protected]
Minor Changes
Patch Changes
-
#140
6e5605bThanks @janwvjaarsveld! - Handle hyphenated path parameters on endpoint definition -
#149
d165193Thanks @feychenie! - Fix TS generation of [any|one|all]Of when used with refs
[email protected]
Patch Changes
- #137
d6091c9Thanks @jmiller14! - fix extraneous semicolon after discriminated union
[email protected]
[email protected]
Patch Changes
-
#119
d340a17Thanks @robert-wysocki-sparkbit! - Fix handling patterns with forward slashes -
#113
a4607b0Thanks @robert-wysocki-sparkbit! - Fix handling "exclusiveMinimum: false"
[email protected]
Patch Changes
- #106
9594450Thanks @dominik-parkopedia! - Make use of discriminated unions if oneOf discriminator is defined