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.0instead of3.0.0-RC2. - Operation now supports
deprecatedandtagsproperties. - Parameters now support the
contentproperty. - 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
modelsis not iterable. - Handle when
modelshave noschema. - Always lowercase the HTTP method to conform to OpenAPI spec.
Last release prior to CHANGELOG being added.