Skip to content

Swagger Codegen Generators v1.0.1

Compare
Choose a tag to compare
@frantuma frantuma released this 05 Oct 14:15
· 1665 commits to master since this release
0c7a2bf

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)