Skip to content

Releases: agrostar/zzapi

v2.1.1: support for multipart-formdata and form-urlencoded

30 Aug 09:04

Choose a tag to compare

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

24 Aug 17:04

Choose a tag to compare

Added support for form values (url-encoded and multipart/formdata

v2.0.1

29 Jul 04:59

Choose a tag to compare

v2.0.1: Bug fix for error message on network errors

v1.5.1: fix regression bug

15 Jun 11:21

Choose a tag to compare

v1.5.1: fix regression bug

Status check failures were not being reported. Fixed.

v1.5.0: added ability to skip a test

08 Jun 07:08

Choose a tag to compare

A test can be skipped using $skip: true as an additional "assertion".

v1.4.0: add $tests to run tests on sub-objects

03 Jun 05:30

Choose a tag to compare

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

16 May 17:32

Choose a tag to compare

v1.2.1: bug fix for stopOnFailure not working

v1.2.0

12 May 12:37

Choose a tag to compare

  • 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

21 Jan 12:21

Choose a tag to compare

Patch to remove redundant ? in show curl.

v1.1.0

07 Jan 11:27

Choose a tag to compare

First fully functional release.