Skip to content

SwaggerHub CLI Release v0.2.9

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 15:32
611a041

0.2.9 (2020-08-12)

Features
  • Add oclif plugin support
Documentation Changes
  • Update README: Add plugins commands to readme.md (#127) (611a041)
Refactors
  • codebase cleanup:
    • move command messaging to base-command (06a68d3)
    • rename actions folder to requests, make userAgent default header, Rename onSuccess and onFail to onResolve and onReject, Move oas utils to dedicated directory, Resolve mocks and resources in one folder (10cd910)
  • tidyup:
    • tidy up commands - initial breakout of successMsg logic (95dc700)
    • Reorder functions in pipe to align with asyncPipe (de34405)
    • some moving and renaming of functions / modules, also setting user-agent header as default (e4fdd5c)