All Versions
7
Latest Version
Avg Release Cycle
69 days
Latest Release
1133 days ago
Changelog History
Changelog History
-
v1.4.1 Changes
February 21, 2020(2020-02-21)
- ๐ฑ ๐
headersToRemove
should apply also to top level headers (e.g.X-Operation-ID
orContent-Type
) [#121]
๐ Thanks to @cortinico for the support with this release
- ๐ฑ ๐
-
v1.4.0 Changes
February 18, 2020(2020-02-18)
- ๐ฑ ๐ Moshi-Codegen Support #82 #88
- ๐ฑ ๐ Bump io.swagger:swagger-codegen to 2.4.12 #91
- ๐ ๐ Updated Mustache style and indent #90
- ๐ฑ ๐ Fixed bug with Multipart file support #101
- ๐ฑ ๐ Removed kotlin-dsl and fixed support for Gradle 5.x #112 #111
- โ ๐งช Multiple fixes in our testing infra #95 #93 #87 #85 #84
- ๐ โ๏ธ Moved all the build targets from Makefile to Gradle #105
- ๐ โ๏ธ Moved the project to be a composite build #97
- ๐ฑ โ๏ธ Multiple fixes to our pre-commit hook infrastructure #100 #86 #94 #93 #92
โ : swagger-gradle-codegen:plugin:1.4.0 is supported on Gradle 5.4.1+
๐ Thanks to @cortinico @martinbonnin @macisamuele for the support with this release
-
v1.3.0 Changes
January 21, 2020(2020-01-21)
- ๐ฑ ๐ Kotlin Coroutines Support [#29]
- ๐ฑ ๐ Allow dot in parameter names for operations [#77]
- ๐ฑ ๐ Fix Nullability warning in JsonAdapters [#78]
- ๐ฑ ๐ Fix missing inner enum import on operations [#79]
- ๐ ๐ Fix Gradle Portal URL in settings.gradle.kts breaking Gradle syncs [#59]
- ๐ ๐ Issue 55 failing windows tests [#56]
- โก๏ธ โ๏ธ Update multiple dependencies [#64]
- โก๏ธ โ๏ธ Update several dependencies [#80]
- ๐ฑ โ๏ธ Gradle to 5.6.2 [#67]
- ๐ฑ โ๏ธ Add JaCoCo for CodeCov [#66]
๐ Thanks to @cortinico @doug-precocity @redwarp @macisamuele @filipemp for the support with this release
-
v1.2.0 Changes
July 31, 2019(2019-07-31)
- ๐ฑ ๐ Remove leading slash if Swagger Spec are specifying a basePath #50
- ๐ฑ ๐ Fix handling of Top Level Operation Headers #52
- โ ๐งช Add JUnit Tests for the plugin classes #48
- โ ๐งช Add Integration tests for response classes #42
- ๐ง โ๏ธ Configure Detekt #44
- โก๏ธ โ๏ธ Updating all the dependencies #43
๐ Thanks to @cortinico for the support with this release.
-
v1.1.1 Changes
July 09, 2019(2019-07-09)
- ๐ฑ ๐ Specify Java source and target compatibility version to Java8 #39
-
v1.1.0 Changes
June 05, 2019(2019-06-05)
- โก๏ธ ๐ Update SharedCodegen to fallback to title usage if x-model is not present #21
- ๐ฑ ๐ Add support for composed models and reference models #22
- ๐ฑ ๐ Extended visibility of Custom Moshi Adapters #30
- ๐ฑ ๐ Fix model sanitisation #19
- ๐ฑ ๐ Ensure that retrofit body is not nullable #20
- ๐ฑ ๐ Read spec version from SwaggerSpec via codegen tools and allow to set
DEFAULT_VERSION
constant #23 - ๐ฑ ๐ Fix issue with MultiPart request and file uploads #26
- ๐ฑ ๐ Fix for square brackets in the operation name #32
๐ Thanks to @cortinico, @MatthewTPage, @GuilhE, @macisamuele and @redwarp for the support with this release.
-
v1.0.0 Changes
January 04, 2019- ๐ Initial Release of swagger-gradle-codegen
๐ Link Section