Releases: theoomoregbee/sails-hook-swagger-generator
Releases · theoomoregbee/sails-hook-swagger-generator
v3.0.3
3.0.3 (2020-05-18)
Bug Fixes
- generatePath: action2 exits mapping (34f7f1c)
- generatePaths: custom swagger.actions.action2Name.responses types should override action2.exits types (365d934)
- parseAction2: getting routes with action2 and returning action2 params like inputs and exits (7cb7101)
- parser: get action2 swagger action props accurately (d0fd537)
v3.0.2
3.0.2 (2020-05-15)
Bug Fixes
- move swagger-jsdoc from devDep. fixes #64 (f06b21f)
v3.0.1
3.0.1 (2020-05-15)
Bug Fixes
- npm pack excluding index.js when publishing. fixes #62 (00835a3)
v3.0.0
3.0.0 (2020-05-10)
Bug Fixes
Features
- clean up for #44 support with sails v1.0, open api v3 and jsDoc swagger doc also Switch project to typescript (#58) (632a4f9)
BREAKING CHANGES
- full support OpenAPI 3 and sails v1.0 (including standalone actions/action2)
v2.9.0
2.9.0 (2019-10-24)
Features
- Allow override of tags from route config (d838cb1)
- Allow override of tags from route config (bccf2a3)
- Allow override of tags using route config (eb64d03)
v2.8.2
2.8.2 (2019-08-29)
Bug Fixes
- allow ref for query param fields (3dfc2f1)
v2.8.1
2.8.1 (2019-08-05)
Bug Fixes
- generator: don't transform custom parameters with $ref (78c482f)
v2.8.0
2.8.0 (2019-07-28)
Features
- parameters: exclude default custom parameters option in route config (1cd62e6)
v2.7.1
2.7.1 (2019-04-03)
Bug Fixes
- allow array items in req body (b28dfb3)
- docs added for disabled option (a5e58a6)
v2.7.0
2.7.0 (2018-05-29)
Features
- allow custom routes to override default blueprint actions. closes #30 (6b38ae3)