Skip to content

Releases: gdereese/vorpal-openapi

0.6.1

14 Mar 01:20
Compare
Choose a tag to compare

🔨 Other Changes

  • replaced string concatenation with use of string-builder and template literals (#32)

0.6.0

11 Mar 01:27
Compare
Choose a tag to compare

🆕 New Features

  • support for reading file into request body for operation commands (#12)

🔨 Other Changes

  • moved extended documentation from README to Wiki (#35)

0.5.2

10 Mar 03:45
Compare
Choose a tag to compare

🐞 Bug Fixes

  • MaxListenersExceededWarning when running unit tests (#28)

🔨 Other Changes

  • Changed prepublish script to prepublishOnly in package.json (#33)
  • Added .nvmrc (#30)

0.5.0

04 Mar 19:36
Compare
Choose a tag to compare

✨ Enhancements

  • added operation ID as alias for operation commands (#24)
  • added required security schemes to help for operation commands (#27)

🔨 Other Changes

  • changed command description to only include operation summary

0.4.2

03 Mar 16:30
Compare
Choose a tag to compare

🔨 Other Improvements

  • drastically improved/decreased time to build CLI from spec (#8)

0.4.1

03 Mar 14:42
Compare
Choose a tag to compare

🐞 Bug Fixes

  • spinner stuck while build operation CLI commands from spec (#25)

0.4.0

28 Feb 02:44
Compare
Choose a tag to compare

🆕 New Features

  • commands for managing auth values (#21)
    • set-auth (previously authorize)
    • clear-auth
  • option --to-file for writing response body from operation command to file (#11)

0.3.0

23 Feb 02:47
Compare
Choose a tag to compare

🆕 New Features

  • added non-interactive mode (#13)

🐞 Bug Fixes

  • fixed TypeError on running about command when spec's contact object is missing (#20)

0.2.0

22 Feb 02:42
Compare
Choose a tag to compare

🐞 Bug Fixes

  • expose authorize sub-commands for all schemes of each type (not just first in the list for that type) (#18)
  • authorize sub-commands should be named from their key in securityDefinitions spec object (#19)

0.1.3

21 Feb 02:31
Compare
Choose a tag to compare

✨ Enhancements

  • better handling of missing spec path or URL from command line