Swagger Gradle Codegen Versions Save

๐Ÿ’ซ A Gradle Plugin to generate your networking code from Swagger

1.4.1

4 years ago

(2020-02-21)

  • ๐Ÿ› headersToRemove should apply also to top level headers (e.g. X-Operation-ID or Content-Type) [#121]

Thanks to @cortinico for the support with this release

1.4.0

4 years ago

(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

1.3.0

4 years ago

(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

1.2.0

4 years ago

(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.

1.1.1

4 years ago

(2019-07-09)

  • ๐Ÿ› Specify Java source and target compatibility version to Java8 #39

1.1.0

4 years ago

(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.

1.0.0

4 years ago

(2019-01-04)

  • Initial Release of swagger-gradle-codegen