Skip to content

v3.1.0

Compare
Choose a tag to compare
@samchungy samchungy released this 08 Oct 03:48
· 66 commits to master since this release
77deb27

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.

  • Introduce createSchema by @samchungy in #325

    This 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