Skip to content
This repository has been archived by the owner on Nov 23, 2024. It is now read-only.

Releases: int128/gradle-swagger-generator-plugin

2.5.3

19 Sep 04:03
Compare
Choose a tag to compare

Released on 2017-09-13

  • #46 Externalizing template feature

2.4.2

23 Feb 15:03
Compare
Choose a tag to compare

Released on 2017-02-24.

  • #39 Fix classloader to integrate codegen with Gradle logger

2.4.1

14 Feb 14:35
Compare
Choose a tag to compare

Released on 2017-02-14

  • #37 Fix YAML validation works without Internet connection

2.4.0

19 Jan 01:20
Compare
Choose a tag to compare

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

11 Jan 08:21
Compare
Choose a tag to compare

Released on 2017-01-11

  • #33 Add additionalProperties for GenerateSwaggerCode task

2.2.0

05 Jan 16:55
Compare
Choose a tag to compare

Released on 2017-01-06

  • #31 Add up-to-date check on ValidateSwagger task

2.1.3

27 Dec 14:26
Compare
Choose a tag to compare

Released on 2016-12-27

  • #29 Prevent wiping the project directory (thanks to #28)

2.1.2

22 Dec 14:01
Compare
Choose a tag to compare

Released on 2016-12-22

  • #27 Fix too slow Swagger UI generation

2.1.1

22 Dec 13:22
Compare
Choose a tag to compare

(deprecated)

2.1.0

21 Dec 16:02
Compare
Choose a tag to compare

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