Skip to content

Swagger-parser 1.0.9 Released!

Compare
Choose a tag to compare
@webron webron released this 07 Aug 04:18
· 2620 commits to master since this release

Notable Features

  • Processing is done using UTF-8 - #67
  • Add YAML support to the resolver - #69

Notable Bug Fixes

  • Operations will now inherit consumes/produces from the API Declaration when converting from 1.X to 2.0 - #41
  • Fixed SwaggerParser.parse(String swaggerAsString) behavior - #59
  • Fixed conversion for void response type from 1.X to 2.0 - #60