Skip to content

Commit 83bb633

Browse files
author
Robert Winkler
committed
Updated markup-document-builder from 1.0.0 to 1.1.0
1 parent cd5b5c9 commit 83bb633

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

RELEASENOTES.adoc

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,10 @@
108108
* Updated swagger-parser from v1.0.16 to v1.0.23
109109
* Added javslang v2.0.4 as a dependency
110110
* Added paleo-core v0.10.1 as a dependency
111-
111+
* Updated markup-document-builder from 1.0.0 to 1.1.0
112+
* PR #201: Add support for Brazilian Portuguese language
113+
* PR #202: Add support for Japanese language
114+
* Issue #205: Fixed the option to influence resource ordering
115+
* Issue #198: Chinese chinese language encoding
116+
* Issue #207: Properties that start with an underscore are displayed correctly now
117+
* Refactored Swagger2Markup to use a Component-Based design. A document can be composed of components and components can be composed of other components.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
}
1414
}
1515
description = 'swagger2markup Build'
16-
version = '1.1.1-SNAPSHOT'
16+
version = '1.1.1'
1717
ext.releaseVersion = '1.1.0'
1818
group = 'io.github.swagger2markup'
1919

@@ -41,7 +41,7 @@ repositories {
4141
}
4242

4343
dependencies {
44-
compile 'io.github.swagger2markup:markup-document-builder:1.1.0-SNAPSHOT'
44+
compile 'io.github.swagger2markup:markup-document-builder:1.1.0'
4545
compile 'io.swagger:swagger-compat-spec-parser:1.0.23'
4646
compile 'org.apache.commons:commons-configuration2:2.1'
4747
compile 'commons-beanutils:commons-beanutils:1.9.2'

0 commit comments

Comments
 (0)