Releases: agrostar/zzapi
Releases · agrostar/zzapi
v2.0.1
v1.5.1: fix regression bug
v1.5.1: fix regression bug
Status check failures were not being reported. Fixed.
v1.5.0: added ability to skip a test
A test can be skipped using $skip: true as an additional "assertion".
v1.4.0: add $tests to run tests on sub-objects
Introduced $tests
as an operator for assertions. The RHS of the operator is a bunch of tests same as the json tests under the root tests
.
v1.2.1: bug fix for stopOnFailure not working
v1.2.1: bug fix for stopOnFailure not working
v1.2.0
- Support
$sw
,$ew
,$co
for startsWith, endsWith and contains - Support for
$size
comparisons with$lt
,$gt
etc - Run status test first and option for stopping on failure
v1.1.1
Patch to remove redundant ? in show curl.
v1.1.0
First fully functional release.
Initial release
Initial release
v0.0.9
Prior to separating zzapi-vscode into the runner and the library.