Here you can find the release notes for this project. Please note that list of releases is available also in the releases page on Github.
- 🐛
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
- 🎁 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
- 🎁 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
swagger-gradle-codegen:plugin:1.3.0
is supported ONLY on Gradle 6+
Thanks to @cortinico @doug-precocity @redwarp @macisamuele @filipemp for the support with this release
- 🎁 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.
- 🐛 Specify Java source and target compatibility version to Java8 #39
Thanks to @cortinico for the support with this release.
- 🎁 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.
- Initial Release of swagger-gradle-codegen