UNPKG

generator-swagapi

Version:

Yeoman generator for swagger-based express application.

55 lines (24 loc) 2.16 kB
<a name="0.2.0"></a> # [0.2.0](https://github.com/kenjones-cisco/generator-swagapi/compare/v0.1.3...v0.2.0) (2016-01-09) ### Bug Fixes * **db:** Resolve 'this' in db config ([c594fe7](https://github.com/kenjones-cisco/generator-swagapi/commit/c594fe7)), closes [#6](https://github.com/kenjones-cisco/generator-swagapi/issues/6) * **handlers:** Map offset to skip for Mongoose ([6ab7d8d](https://github.com/kenjones-cisco/generator-swagapi/commit/6ab7d8d)) * **handlers:** Relative path when structure not flat ([908d59c](https://github.com/kenjones-cisco/generator-swagapi/commit/908d59c)) ### Features * **handlers:** Leverage responses to identify models ([3a7c2e0](https://github.com/kenjones-cisco/generator-swagapi/commit/3a7c2e0)), closes [#7](https://github.com/kenjones-cisco/generator-swagapi/issues/7) * **spec:** Leverage additional attributes of spec ([b4b55c8](https://github.com/kenjones-cisco/generator-swagapi/commit/b4b55c8)) * **template:** Support any named path parameter ([77eb93a](https://github.com/kenjones-cisco/generator-swagapi/commit/77eb93a)), closes [#8](https://github.com/kenjones-cisco/generator-swagapi/issues/8) <a name="0.1.3"></a> ## [0.1.3](https://github.com/kenjones-cisco/generator-swagapi/compare/v0.1.2...v0.1.3) (2016-01-05) ### Bug Fixes * **project:** Resolve generating on Windows ([3304fae](https://github.com/kenjones-cisco/generator-swagapi/commit/3304fae)), closes [#3](https://github.com/kenjones-cisco/generator-swagapi/issues/3) <a name="0.1.2"></a> ## [0.1.2](https://github.com/kenjones-cisco/generator-swagapi/compare/v0.1.1...v0.1.2) (2015-12-24) ### Bug Fixes * **handler:** Resolve handler with no db errors ([5383409](https://github.com/kenjones-cisco/generator-swagapi/commit/5383409)) <a name="0.1.1"></a> ## [0.1.1](https://github.com/kenjones-cisco/generator-swagapi/compare/v0.1.0...v0.1.1) (2015-12-17) <a name="0.1.0"></a> # [0.1.0](https://github.com/kenjones-cisco/generator-swagapi/compare/0cb7a60...v0.1.0) (2015-12-17) ### Features * **gen:** Project Generator from swagger spec ([0cb7a60](https://github.com/kenjones-cisco/generator-swagapi/commit/0cb7a60))