Releases: agrostar/zzapi
Releases · agrostar/zzapi
v2.1.1: support for multipart-formdata and form-urlencoded
v2.1.1: support for multipart-formdata and form-urlencoded
- New field under requests called formValues
- Use formValues OR body
- This will send out the request as form-urlencoded or multipart-formdata if there are attachments
- Use content type header to force one of the above
v2.1.0
Added support for form values (url-encoded and multipart/formdata
v2.0.1
v2.0.1: Bug fix for error message on network errors
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,$cofor startsWith, endsWith and contains - Support for
$sizecomparisons with$lt,$gtetc - 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.