Sails Hook Swagger Generator Versions Save

A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs

v3.3.0

3 years ago

3.3.0 (2020-09-15)

Features

  • Update postProcess config to allow alternate save mechanism (#91) (3a6b1bc)

v3.2.4

3 years ago

3.2.4 (2020-09-12)

Bug Fixes

  • build: Move needed devDependencies to dependencies (#89) (a92f705)

v3.2.3

3 years ago

3.2.3 (2020-06-25)

Bug Fixes

  • Derive schema from example for attributes/inputs/exits #72 closes #82 and #66

v3.2.2

3 years ago

3.2.2 (2020-06-19)

Bug Fixes

  • Correct exclude handling per {blueprintAction} in model files (#80) (846b80d), closes #77

v3.2.1

3 years ago

3.2.1 (2020-06-17)

Bug Fixes

  • Correct merge of custom {blueprintAction} from model files (#78) (c407361), closes #77

v3.2.0

3 years ago

3.2.0 (2020-06-11)

Features

v3.1.2

3 years ago

3.1.2 (2020-06-06)

Bug Fixes

  • Re-add missing query parameters for shortcut blueprint create (f60e61a)

v3.1.1

3 years ago

3.1.1 (2020-06-05)

Bug Fixes

  • Update blueprint request body schema should not specify 'required' (#71) (f49fab3)

v3.1.0

3 years ago

3.1.0 (2020-06-04)

Bug Fixes

  • Correct and improve OpenAPI3 Typescript interface def for Parameter (1a6653b)
  • Correct and improve OpenAPI3 Typescript interface def for schemas (43280b8)
  • Correct and improve OpenAPI3 Typescript interface definitions (8a2a4b5)
  • Correct find blueprint to return array of models (66db3dd)
  • Correct handling of blueprint actions overridden in controller (a466521)
  • Correct shortcut blueprints. (aeda736)
  • Improve correctness of generated OpenAPI 3 output (534af7f)
  • Typescript tsc error using OpenApi.UpdatedSchema (6f9a5fd)

Features

  • Add support for 'Any Type' model attributes. (7904f78)
  • Merge model attribute schemas to enable overrides by user (c389d10)
  • meta.swagger: Add support for swagger.exclude (2766182)
  • meta.swagger: Add support for swagger.exclude (c4dc723)
  • meta.swagger: Add support for model attribute meta.swagger (911dbb5)
  • Improve generateAttributeSchema() attribute handling (1f85bef)
  • Update Security schema elements to support OpenAPI 3 (9f3b382)

v3.0.4

3 years ago

3.0.4 (2020-05-18)

Bug Fixes

  • convert routes verb to lower case for both custom and sails routerr:bind event (58f80c9)