Releases: astahmer/openapi-zod-client
Releases · astahmer/openapi-zod-client
[email protected]
Minor Changes
- #221
5e55304
Thanks @craigmiller160! - Added the "all readonly" feature, which allows for generating schemas & types with all arrays and object properties set to readonly.
[email protected]
Patch Changes
- #219
114e809
Thanks @PeterMK85! - Handlebars helpertoCamelCase
should not touch the string if it's already in camel case.
[email protected]
[email protected]
[email protected]
[email protected]
Patch Changes
- #204
477bbec
Thanks @filipbekic01! - Add nullable primitives and arrays support
[email protected]
Patch Changes
-
#202
f18e3ea
Thanks @PeterMK85! - AddcamelCase
formatting tohbs
files. -
#197
bd6e958
Thanks @mjperrone! - Fix bug with regex's that have / in them
[email protected]
[email protected]
[email protected]
Minor Changes
-
#183
c9118af
Thanks @simonbinwang! - Add nullable support for additional properties -
#189
d897485
Thanks @jbach! - handle $ref in responses object -
#190
e23b42d
Thanks @imballinst! - feat: reduce dependency count threshold for a type to be imported from common file to just 1
Patch Changes
- #184
44a5587
Thanks @imballinst! - fix: fix order of schemas when using option groupStrategy: tag-file