Skip to content

Releases: astahmer/openapi-zod-client

[email protected]

20 Feb 08:57
Compare
Choose a tag to compare

Patch Changes

  • #96 dc16074 Thanks @feychenie! - Improvement: Add withDefaultValues (default true) config option to control presend of default values in the zod schemas

  • #96 dc16074 Thanks @feychenie! - Improves default values conversion to not depend on the presence of a single-value "type" schema attribute

[email protected]

15 Feb 11:39
Compare
Choose a tag to compare

Patch Changes

  • #93 16f5ccc Thanks @feychenie! - Improvement: add the ability to set a custom alias generation function in the withAlias option.

[email protected]

14 Feb 12:03
Compare
Choose a tag to compare

Patch Changes

  • #91 6ca10ff Thanks @feychenie! - Fixed an issue with non-string enums containing a single value, resulting in an invalid zod union

[email protected]

13 Feb 19:26
Compare
Choose a tag to compare

Patch Changes

  • #89 b3e273a Thanks @feychenie! - Fixes and issue where default values for objects are incorrectly set (or ommited) in the zod schema.

[email protected]

13 Feb 14:44
Compare
Choose a tag to compare

Patch Changes

  • #86 e582b84 Thanks @feychenie! - Fixes and issue where default values for arrays are incorrectly set (or ommited) in the zod schema.

  • #87 7a21616 Thanks @feychenie! - Fixed an issue where 'oneOf', 'anyOf', 'allOf' schemas containing a single item being a '$ref' would cause the zod schema generation to fail.

[email protected]

30 Jan 09:09
Compare
Choose a tag to compare

Patch Changes

[email protected]

27 Jan 11:36
Compare
Choose a tag to compare

Patch Changes

[email protected]

25 Jan 13:54
Compare
Choose a tag to compare

[email protected]

19 Jan 09:45
Compare
Choose a tag to compare

Minor Changes

[email protected]

17 Jan 09:18
Compare
Choose a tag to compare

Patch Changes