Releases: asteasolutions/zod-to-openapi
Releases · asteasolutions/zod-to-openapi
v4.6.2
- Fixed vulnerability in
yaml
by upgradingopenapi3ts
andyaml
itself. - Note: It is possible that some types in the usage of
.openapi
might have changed!
Full Changelog: v4.6.0...v4.6.2
v4.6.0
v4.5.3
v4.5.2
v4.5.1
What's Changed
- Exported the already existing
ZodMediaTypeObject
,ZodContentObject
andZodRequestBody
types
Full Changelog: v4.5.0...v4.5.1
v4.5.0
v4.4.3
What's Changed
- Fixed 'head', 'options', and 'trace' missing from type definitions of route methods
Full Changelog: v4.4.2...v4.4.3
v4.4.2
What's Changed
- Preserve multiple examples in responses passed by
.openapi
Full Changelog: v4.4.1...v4.4.2
v4.4.1
What's Changed
- #96 Fixed registered parameters not appearing under
#/component/parameters
and hence not being referenced.- Note: the generated document was still valid, but the underlying definitions were inlined instead of referenced using
$ref
- Note: the generated document was still valid, but the underlying definitions were inlined instead of referenced using
Full Changelog: v4.4.0...v4.4.1