Skip to content
This repository has been archived by the owner on Jan 25, 2020. It is now read-only.

v3.0.0

Compare
Choose a tag to compare
@subeeshcbabu-zz subeeshcbabu-zz released this 02 Nov 18:45

v3.0.0

Breaking changes

  • models are not generated anymore, instead data providers are generated. Data providers use mock responses by default.

Enhancements and Bug fixes

  • new yeoman infrastructure
  • #80 - Use swagger parser to parse and validate swagger 2.0 spec
  • #61, #54 - Support to define Reference Object as a Relative Schema File
  • #17 - Pass the swagger source file as a CLI option
  • #49 - apiPath options assumes that the path is local. Remote file paths are not allowed as this CLI option
  • #51 - Generator won't handle enums
  • #8 - Issue with allOf in swagger definitions
  • #66 - Generated handler sets a 501 status code and generated tests check for 200 status code
  • #72 - Deprecate warning using generated code : body-parser deprecated bodyParser() usage