40 lines
1.3 KiB
Plaintext
40 lines
1.3 KiB
Plaintext
= Release Notes
|
|
|
|
== Version 0.1.0
|
|
* Initial version with support for AsciiDoc and Markdown
|
|
|
|
== Version 0.2.0
|
|
* This version is not downward compatible. This version supports includes of example files and JSON/XML Schema files. See documentation.
|
|
|
|
=== Version 0.2.1
|
|
* Signed jar files and published in Maven Central
|
|
|
|
=== Version 0.2.2
|
|
* Fixed wrong dependency version to io.github.robwin:markup-document-builder
|
|
|
|
=== Version 0.2.3
|
|
* Fixed issue #7: @ApiModelProperty metadata are ignored for definitions file
|
|
|
|
=== Version 0.2.4
|
|
* Fixed issue #8: logback.xml on the classpath
|
|
* Fixed issue #13: unknown format not supported for properties
|
|
|
|
== Version 0.3.0
|
|
* Support of YAML or JSON String as input.
|
|
|
|
== Version 0.4.0
|
|
* Updated Swagger-Parser from 1.0.0 to 1.0.5
|
|
* Updated commons-lang to commons-lang3
|
|
* Swagger2MarkupConverter generates three documents now: overview, paths and definitions
|
|
* Support for enums in HeaderParameter, QueryParameter, FormParameter and QueryParameter
|
|
* Support for global consumes, produces and tags
|
|
|
|
== Version 0.5.0
|
|
* Support for including hand-written descriptions instead of using Swagger Annotations for descriptions
|
|
|
|
== Version 0.5.1
|
|
* Bugfix: Definition name must be lowercase so that descriptions file can be found
|
|
|
|
== Version 0.5.2
|
|
* Swagger License is not mandatory anymore
|
|
* Updated markup-document-builder from v0.1.3 to v0.1.4 |