Skip to content

Commit f21fce7

Browse files
author
Robert Winkler
committed
* Enhancement Swagger2Markup#26 and Swagger2Markup#27: Added a pre-process hook to modify a Swagger Model before it is converted.
1 parent c426c7b commit f21fce7

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

RELEASENOTES.adoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,9 @@
5858
== Version 0.7.0
5959
* Added support for both reference models and composed models
6060

61-
== Version 0.7.1
62-
* Workaround: If the type of a BodyParameter is String and not a Model, the schema is null and lost. Therefore the fallback type of a BodyParameter is String now.
61+
=== Version 0.7.1
62+
* Workaround: If the type of a BodyParameter is String and not a Model, the schema is null and lost. Therefore the fallback type of a BodyParameter is String now.
63+
64+
== Version 0.8.0
65+
* Enhancement #26 and #27: Added a pre-process hook to modify a Swagger Model before it is converted.
66+
* Bugfix #29: Tags are rendered twice

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
}
1515
description = 'swagger2markup Build'
16-
version = '0.7.1'
16+
version = '0.8.0'
1717
group = 'io.github.robwin'
1818

1919
apply plugin: 'java'

0 commit comments

Comments
 (0)