All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.4.0 - 2018-04-04
- Various changes
0.3.0 - 2017-08-30
- Plugin now generates OpenAPI documentation with a version of
3.0.0
instead of3.0.0-RC2
. - Operation now supports
deprecated
andtags
properties. - Parameters now support the
content
property. - Updated various build dependencies.
- OpenAPI definition will now be smaller in most cases, choosing to omit optional properties instead of using empty defaults.
- Handle when
models
is not iterable. - Handle when
models
have noschema
. - Always lowercase the HTTP method to conform to OpenAPI spec.
Last release prior to CHANGELOG being added.