Releases: samchungy/zod-openapi
Releases · samchungy/zod-openapi
v1.0.1
What's Changed
Other Changes
- Unpin
openapi3-tsandyamlversions by @samchungy in #43
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
Other Changes
- Add support for response components by @samchungy in #38
- Add support for request bodies components by @samchungy in #39
- Bump
openapi3-tsfrom 4.0.4 to 4.1.2 by @dependabot in #40 - Bump
yamlto 2.2.2 by @samchungy in #41
Full Changelog: v0.9.0...v1.0.0
v0.9.0
What's Changed
New Features 🎉
- Allow manual parameters component registration by @samchungy in #33
- Allow manual response header components registration by @samchungy in #34
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
New Features 🎉
- Allow registering manual schema in any order by @samchungy in #31
Other Changes
- Fix error handling with effectType across unions by @samchungy in #30
Full Changelog: v0.7.1...v0.8.0
v0.7.1
What's Changed
Other Changes
- Preserves existing manually declared components by @samchungy in #26
Full Changelog: v0.7.0...v0.7.1
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
reffield in the.openapi()section of theZodSchemaor directly in the
components.
Other Changes
- Omit
effectTypefrom rendered schema by @samchungy in #23
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
New Features 🎉
- Add
ZodUnknownsupport by @samchungy in #21
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
Other Changes
- Allow any
ZodTypein 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
ZodEffectstypes and defaultpreprocessto output type by @samchungy in #16 - Update unknown type error message for
ZodEffectsby @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
ZodCatchsupport by @samchungy in #7 - Add support for all
ZodEffectsandZodPipelineby @samchungy in #9
Full Changelog: v0.4.3...v0.5.0