- Use
hapi-openapi
instead ofswaggerize-hapi
.
- Support latest swaggerize-hapi.
- [BREAKING] drop support for 0.12.
- Add the useful meta information, generator version, to the generated app's package.json.
- Add
security
option by default to the unit test files generated for all the frameworks.
models
are not generated anymore, insteaddata
providers are generated. Data providers usemock
responses by default.
- 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 for200
status code - #72 - Deprecate warning using generated code : body-parser deprecated bodyParser() usage
- #55
- Minor fixes and upgrades - #57, #63, #64, #65
- #12
- #69
- #73