Releases: int128/gradle-swagger-generator-plugin
Releases · int128/gradle-swagger-generator-plugin
2.5.3
Released on 2017-09-13
- #46 Externalizing template feature
2.4.2
Released on 2017-02-24.
- #39 Fix classloader to integrate codegen with Gradle logger
2.4.1
Released on 2017-02-14
- #37 Fix YAML validation works without Internet connection
2.4.0
Released on 2017-01-19
Note that the dependency for Swagger Codegen CLI is required since 2.4.0. Add following to the build script.
dependencies {
swaggerCodegen 'io.swagger:swagger-codegen-cli:2.2.1'
}
2.3.0
Released on 2017-01-11
- #33 Add additionalProperties for GenerateSwaggerCode task
2.2.0
Released on 2017-01-06
- #31 Add up-to-date check on ValidateSwagger task
2.1.3
Released on 2016-12-27
- #29 Prevent wiping the project directory (thanks to #28)
2.1.2
Released on 2016-12-22
- #27 Fix too slow Swagger UI generation
2.1.0
Released on 2016-12-22
- #23 Fix Swagger UI does not work on local file
- #24 Add GenerateSwaggerUI options
- #25 Skip task if no input file is given