GitPedia
Yelp

Yelp/swagger-gradle-codegen

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

7 Releases
Latest: 6y ago
swagger-gradle-codegen v1.4.11.4.1Latest
cortinicocortinicoยท6y agoยทFebruary 21, 2020
GitHub

๐Ÿ“‹ Changes

  • ๐Ÿ› `headersToRemove` should apply also to top level headers (e.g. `X-Operation-ID` or `Content-Type`) [#121]
swagger-gradle-codegen v1.4.01.4.0
cortinicocortinicoยท6y agoยทFebruary 18, 2020
GitHub

๐Ÿ“‹ Changes

  • ๐ŸŽ 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
  • + 1 more
swagger-gradle-codegen v1.3.01.3.0
cortinicocortinicoยท6y agoยทJanuary 21, 2020
GitHub

๐Ÿ“‹ Changes

  • ๐ŸŽ 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]
  • + 2 more
swagger-gradle-codegen v1.2.01.2.0
cortinicocortinicoยท6y agoยทJuly 31, 2019
GitHub

๐Ÿ“‹ Changes

  • ๐ŸŽ 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
swagger-gradle-codegen v1.1.11.1.1
cortinicocortinicoยท6y agoยทJuly 9, 2019
GitHub

๐Ÿ“‹ Changes

  • ๐Ÿ› Specify Java source and target compatibility version to Java8 #39
swagger-gradle-codegen v1.1.01.1.0
cortinicocortinicoยท7y agoยทJune 5, 2019
GitHub

๐Ÿ“‹ Changes

  • ๐ŸŽ 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]
swagger-gradle-codegen v1.0.01.0.0
cortinicocortinicoยท7y agoยทJune 5, 2019
GitHub

๐Ÿ“‹ Changes

  • Initial Release of swagger-gradle-codegen