Skip to content

Releases: aviaviavi/curl-runnings

0.7.0

23 May 02:50
8c1b2ec
Compare
Choose a tag to compare

This release includes:

  • a notContains matcher, which can be used in addition to or instead of contains (suggested by @AntonAderum, implemented by @jhenahan)
  • spelling corrections

0.6.0

02 May 17:39
4bd60b9
Compare
Choose a tag to compare

Verbosity levels. Pass -v for verbose, -q for quiet. Quiet is currently the same as the default verbosity, but will eventually suppress some output.

0.5.5

21 Apr 23:34
110e54d
Compare
Choose a tag to compare

Negative indexes for arrays are now supported

0.5.4

16 Apr 18:20
Compare
Choose a tag to compare

bug fixes

0.5.3

16 Apr 06:05
Compare
Choose a tag to compare

interpolation for request headers and json

Header Interpolation

12 Apr 22:04
315bad5
Compare
Choose a tag to compare

also some bugfixes

Environment variable interpolation

09 Apr 05:42
Compare
Choose a tag to compare

Use environment variables in your matchers and urls

Patch

03 Apr 05:58
Compare
Choose a tag to compare
0.4.1

version bump 0.4.1

JSON payload interpolation

01 Apr 23:01
4010a6a
Compare
Choose a tag to compare

0.4.0 Adds the ability to interpolate JSON data from previous test case responses into your matchers. See examples/interpolation-spec.yaml for examples.

Patch release 0.3.1

15 Mar 04:02
8902218
Compare
Choose a tag to compare

This fixes a typo in output, and explicitly send empty json upon none being specified.