Releases: gdereese/vorpal-openapi
Releases · gdereese/vorpal-openapi
0.6.1
🔨 Other Changes
- replaced string concatenation with use of string-builder and template literals (#32)
0.6.0
🆕 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
🐞 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
✨ 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
🔨 Other Improvements
- drastically improved/decreased time to build CLI from spec (#8)
0.4.1
🐞 Bug Fixes
- spinner stuck while build operation CLI commands from spec (#25)
0.4.0
🆕 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
🆕 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
🐞 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
✨ Enhancements
- better handling of missing spec path or URL from command line