23 lines
697 B
Plaintext
23 lines
697 B
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. |