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
๐ 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
๐ 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
๐ 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
๐ 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
๐ Changes
- ๐ Specify Java source and target compatibility version to Java8 #39
swagger-gradle-codegen v1.1.01.1.0
๐ 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
๐ Changes
- Initial Release of swagger-gradle-codegen
