Skip to content

Releases: theoomoregbee/sails-hook-swagger-generator

v3.3.0

15 Sep 10:55
3a6b1bc
Compare
Choose a tag to compare

3.3.0 (2020-09-15)

Features

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

v3.2.4

12 Sep 13:54
a92f705
Compare
Choose a tag to compare

3.2.4 (2020-09-12)

Bug Fixes

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

v3.2.3

25 Jun 15:08
Compare
Choose a tag to compare

3.2.3 (2020-06-25)

Bug Fixes

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

v3.2.2

19 Jun 10:16
846b80d
Compare
Choose a tag to compare

3.2.2 (2020-06-19)

Bug Fixes

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

v3.2.1

17 Jun 10:22
c407361
Compare
Choose a tag to compare

3.2.1 (2020-06-17)

Bug Fixes

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

v3.2.0

11 Jun 10:56
eafbed4
Compare
Choose a tag to compare

3.2.0 (2020-06-11)

Features

v3.1.2

06 Jun 14:21
Compare
Choose a tag to compare

3.1.2 (2020-06-06)

Bug Fixes

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

v3.1.1

05 Jun 00:53
f49fab3
Compare
Choose a tag to compare

3.1.1 (2020-06-05)

Bug Fixes

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

v3.1.0

04 Jun 22:19
Compare
Choose a tag to compare

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

18 May 01:17
Compare
Choose a tag to compare

3.0.4 (2020-05-18)

Bug Fixes

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