Skip to content

Releases: samchungy/zod-openapi

v0.7.0

19 Apr 11:37
8e7efc7
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Support manual registering schema by @samchungy in #24

    You can now register schema using two methods. With a ref field in the .openapi() section of the ZodSchema or directly in the
    components.

Other Changes

Full Changelog: v0.6.0...v0.7.0

v0.6.0

18 Apr 10:29
ea9bd44
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.5.2...v0.6.0

v0.5.2

18 Apr 07:02
183c6c0
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v0.5.1...v0.5.2

v0.5.1

18 Apr 01:38
8707f63
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Add override to ZodEffects types and default preprocess to output type by @samchungy in #16
  • Update unknown type error message for ZodEffects by @samchungy in #17

New Contributors

Full Changelog: v0.5.0...v0.5.1

v0.5.0

17 Apr 12:40
2dea29a
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Full Changelog: v0.4.3...v0.5.0

v0.4.3

16 Apr 13:21
e796f2b
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix exclusive minimum and maximum number mapping by @samchungy in #5

Full Changelog: v0.4.2...v0.4.3

v0.4.2

16 Apr 12:29
ac7659c
Compare
Choose a tag to compare

What's Changed

Other Changes

  • Fix Zod strict objects additionalProperties mapping by @samchungy in #3

New Contributors

  • @github-actions made their first contribution in #2

Full Changelog: v0.4.1...v0.4.2

v0.4.1

16 Apr 11:46
2df0954
Compare
Choose a tag to compare

What's Changed

Other Changes

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

15 Apr 07:58
a10f37b
Compare
Choose a tag to compare

What's Changed

  • Add support OpenAPI 3.0.0

Full Changelog: https://github.com/samchungy/zod-openapi/commits/v0.4.0