Skip to content

Releases: swagger-api/swagger-inflector

Swagger-inflector 1.0.11 Released!

06 Feb 20:12
Compare
Choose a tag to compare

Many fixes in example response generation for mock / unimplemented operations:

  • #183 Added BigDecimal example type
  • #182 Added example for arrays containing $ref items
  • #178 Fixed NPE with missing XML prefix / namespace
  • #167 Updated to latest jackson version

Also...

  • #181 Updated to latest parser, swagger-core

Swagger-Inflector v1.0.10 Released!

03 Oct 19:39
Compare
Choose a tag to compare

Fixes a minor issue with the swaggerBase configuration that was introduced in 1.0.9

Swagger-Inflector v1.0.9 Released!

20 Sep 22:47
Compare
Choose a tag to compare

Swagger Inflector 1.0.9 has been released, and has a number of bug fixes and usability enhancements.

New features

  • Added response header examples
  • Added array examples #137
  • Added more granularity for enabling types on EntityProcessor interface #151
  • Default integer types without format to int32 (#127, #138)
  • Added tests for different content-types #142

Bug fixes

  • Set correct content-type for DefaultExceptionMapper
  • Simplified numeric examples #138
  • Ensure response code of 3xx behave correctly #128
  • Fix handling of minimum, maximum #129
  • Fix NPE when model definitions are absent #145
  • Fixed output format based on configured writers #135, #149

Swagger-inflector 1.0.2 Released!

07 Jan 01:01
Compare
Choose a tag to compare

Minor update to underlying dependencies for parser and swagger-core.

Swagger-inflector 1.0.1 Released!

06 Jan 21:23
Compare
Choose a tag to compare

This release of swagger-inflector includes dependency updates to the core swagger-models, swagger-parser and addresses an issue with consuming application/yaml.

Swagger-inflector 1.0.0 Released!

07 Nov 01:53
Compare
Choose a tag to compare

The first release of the Swagger-inflector! This project builds on the api-first development process that Swagger enables. This project puts Swagger as the DSL for the application, doing all the routing from requests to controllers for you.

To get started, check out the README document!