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