Skip to content

Releases: swagger-api/swagger-codegen-generators

Swagger Codegen Generators v1.0.1

05 Oct 14:15
0c7a2bf
Compare
Choose a tag to compare

1.0.1 release of swagger-codegen-generators with OpenAPI 3 support.

See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.1

Supported V3 generators

  • dynamic-html
  • html
  • html2
  • java
  • jaxrs-cxf-client
  • jaxrs-cxf
  • inflector
  • jaxrs-cxf-cdi
  • jaxrs-spec
  • jaxrs-jersey
  • jaxrs-di
  • jaxrs-resteasy-eap
  • jaxrs-resteasy
  • spring
  • openapi
  • openapi-yaml
  • kotlin-client
  • kotlin-server
  • php
  • swift3
  • swift4
  • typescript-angular
  • scala

Notable changes

  • fix template path for cxf-cdi and jaxrs-spec (#204)
  • fix template path in JavaCXFServer (#203)
  • updated pom.mustache templates for inflector generator. (#202)
  • fix inner enums in cxf-client (#200)
  • Solve template paths for kotlin generators (#197)
  • added right path for cxf templates. (#195)
  • disable spring cloud library (#193)
  • fix NPE with testExample property for codegen param object. (#192)
  • set mustache as default template engine for spring and scala generators. (#191)
  • set templateEngine default as Handlebars (#190)
  • fix null template engine (#189)
  • Spring improvements (#188)
  • Issue 178 (#187)
  • Added mustaches templates for current generators (#182)
  • Fix path assertions so the unit tests also work on Windows (#181)
  • Renamed template source directory (#180)
  • Scala akka http server improvements (#176)
  • Scala generators (#175)
  • fixed import and group id on meta generator template. (#174)
  • fix handling of additionalProperties as Boolean (#173)
  • updated dependency version. (#171)
  • Prepared scala for multiple generators and added support for path and query parameters of simple types (#169)

Swagger Codegen Generators v1.0.0

06 Sep 15:44
29d9b55
Compare
Choose a tag to compare

First official 1.0.0 release of swagger-codegen-generators with OpenAPI 3 support.

See also https://github.com/swagger-api/swagger-codegen/releases/tag/v3.0.0

NOTE: artifact groupId and root package have been updated since 3.0.0-RC1 (#8431); the new groupId is io.swagger.codegen.v3 and the new root package is io.swagger.codegen.v3.generators

Supported V3 generators

  • dynamic-html
  • html
  • html2
  • java
  • jaxrs-cxf-client
  • jaxrs-cxf
  • inflector
  • jaxrs-cxf-cdi
  • jaxrs-spec
  • jaxrs-jersey
  • jaxrs-di
  • jaxrs-resteasy-eap
  • jaxrs-resteasy
  • spring
  • openapi
  • openapi-yaml
  • kotlin-client
  • kotlin-server
  • php
  • swift3
  • swift4
  • typescript-angular

Swagger Codegen Generators v1.0.0-rc1

29 May 16:00
5ba7ffe
Compare
Choose a tag to compare
Pre-release

This rc provides templates and classes originally in swagger-codegen

Added languages supporting oas3:

  • html
  • php
  • jaxrs-cxf-client
  • jaxrs-cxf
  • jaxrs-cxf-cdi
  • jaxrs-spec
  • jaxrs-jersey
  • jaxrs-resteasy-eap
  • jaxrs-resteasy
  • kotlin-client
  • kotlin-server
  • spring
  • swift3
  • swift4
  • typescript-angular

Swagger Codegen Generators 1.0.0 RC0

25 Jan 21:14
Compare
Choose a tag to compare
Pre-release

This release contains templates and classes originally from swagger codegen and it's related to the 3.0.0 version.

In this RC we are including support only for javaand inflector languages.