Skip to content

Swagger Codegen Generators v1.0.10

Compare
Choose a tag to compare
@frantuma frantuma released this 11 Jul 13:04
· 1330 commits to master since this release
04ad1ce

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

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

Supported V3 generators

  • akka-scala (experimental)
  • 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
  • nodejs (experimental)
  • php
  • swift3
  • swift4
  • typescript-angular
  • scala
  • aspnetcore (UPDATED)
  • csharp (UPDATED)
  • csharp-dotnet2 (DEPRECATED)
  • python
  • python-flask (experimental)

Notable changes

  • replaced spaces with underscore in operationIds in order to solve issue. (#419)
  • shown example for properties in html2 output (#418)
  • refs swagger-api/swagger-codegen#9548 - fix NPE for composed models (#415)
  • resolved ref in json schema view code to fix issue (#414)