- Ability to paste cURL as a request
- zzAPI bumped up to 2.1.0 to add support for formValues using form-urlencoded or multipart-formdata
- zzAPI bumped up to 2.0.1 (Bug fix: proper error message on network errors on Mac)
- Remove zzAPI user-agent from show cURL output
- Sort variable files for predictable overrides
- Using v2.0.0 of zzapi that includes:
- Ability to use environment variables as variable values
$multioption to test multiple JSONPath matches$sizecheck failure prints the actual size instead of the actual value- Bug fix: Escape single quotes in cURL output
- Using v1.5.1 of zzapi, fixes regression: status checks not reported
- Using v1.5.0 of zzapi, supports
$skipassertion op to skip a test - Output format changes to cater to the above
- stopOnFailure bug fix
- Using v1.4.0 of zzapi, supports
$testsassertion op to run tests against a sub-object - Output format changes to cater to the above
- Using v1.2.1 of zzapi, fixes stopOnFailure bug
- Using v1.2.0 of zzapi, which adds the following
- Support for
$sw,$ew,$co(startsWith, endsWith, contains) comparisons - Support for non-equal comparisons for array/string
$size - Option for stopping further tests when status test fails
- Support for
- Made status bar less confusing when the active document is not a bundle
- Added lots more instructions to README.md - not comprehensive but enough for most users
- Renamed commands from extenstion.* to zzapi.* (namespace)
- Fixed bug: show cURL to honour file contents as body
- Hierarchical tree view including variable sets and environments
- Tree view added
- Consistent output messages
- Import postman will parse json if content-type header is found and is application/json
- Moving schemas to https://agrostar.in due to problems with raw.githubusercontent.com
- Bug fix: Focus does not shift to output window when running a request
- Changed sample snippets to use new way of specifying params and headers
- Changed import postman to use new way of specifying params and headers
- Support direct name: value for params and headers
- Support json tests directly under tests. Sub-field
jsonandheadersdeprecated - New setvars object to specify
variable: spec. Old captures deprecated
- Changed icon to transparent background
- Bundled using webpack
- Minor formatting changes for cURL output
- Fixed bug: cURL output not replacing variables first time
- Initial release (Beta)