v3.1.0
What's Changed
New Features 🎉
-
CreateDocumentOptions
This adds a couple global options to allow you to change how your OpenAPI documentation is rendered. Previously you needed to apply these on a field level to every type. Check the README for more details.
- Add default date schema option by @mdoi2 in #330
- Add
unionOneOf
global override by @samchungy in #331
-
Introduce
createSchema
by @samchungy in #325This enables users to be able to create individual schemas without needing to scaffold the whole
createDocument
function.
New Contributors
Full Changelog: v3.0.1...v3.1.0