All Versions
7
Latest Version
Avg Release Cycle
69 days
Latest Release
1519 days ago

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 or Content-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