Skip to content

Latest commit

 

History

History
58 lines (44 loc) · 2.44 KB

CHANGES.md

File metadata and controls

58 lines (44 loc) · 2.44 KB

swagger-gradle-codegen Release Notes

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.

v1.2.0 (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 (2019-07-09)

  • 🐛 Specify Java source and target compatibility version to Java8 #39

Thanks to @cortinico for the support with this release.

v1.1.0 (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 (2019-01-04)

  • Initial Release of swagger-gradle-codegen

Link Section