Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 746 Bytes

CHANGELOG.md

File metadata and controls

20 lines (15 loc) · 746 Bytes

0.0.1

  • initial release

0.0.2

  • minor usability fixes

0.0.3

  • update to Axios 19.0 PR #2. NO_PROXY should work, for those in certain enterprise environments that need this.
  • now sets non-zero exit code if Postman request fails
  • if possible, even in error conditions, the CLI will display the response body to the user
  • now with 100% more unit test coverage, in CLI mode (aka: now we have some)
  • better error messaging if no definition for a required variable found
  • will read Postman defined variables. Variables written on the command line will override these variables
  • added JSDocs