Releases: samchungy/zod-openapi
Releases · samchungy/zod-openapi
v0.7.0
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 theZodSchema
or directly in the
components.
Other Changes
- Omit
effectType
from rendered schema by @samchungy in #23
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
New Features 🎉
- Add
ZodUnknown
support by @samchungy in #21
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
Other Changes
- Allow any
ZodType
in schema field by @samchungy in #19
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
Other Changes
- Add override to
ZodEffects
types and defaultpreprocess
to output type by @samchungy in #16 - Update unknown type error message for
ZodEffects
by @samchungy in #17
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
New Features 🎉
- Add
ZodCatch
support by @samchungy in #7 - Add support for all
ZodEffects
andZodPipeline
by @samchungy in #9
Full Changelog: v0.4.3...v0.5.0
v0.4.3
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
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
What's Changed
Other Changes
- fix: allow all versions of openapi 3 by @samchungy in #1
New Contributors
- @samchungy made their first contribution in #1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
What's Changed
- Add support OpenAPI 3.0.0
Full Changelog: https://github.com/samchungy/zod-openapi/commits/v0.4.0