Skip to content

Releases: davesheldon/nap

Release v0.4.8

31 Oct 16:43
Compare
Choose a tag to compare

The v0.4.8 release contains minor bug fixes and improves the default console output to be more clear.

Release v0.4.7

30 Oct 19:03
Compare
Choose a tag to compare

The v0.4.7 release contains minor bug fixes.

Release v0.4.6

12 Oct 15:44
Compare
Choose a tag to compare

The v0.4.6 release contains minor bug fixes.

Release v0.4.5

11 Oct 15:55
Compare
Choose a tag to compare

The v0.4.5 release adds cookie support:

  • manually set cookies in requests
  • automatically chain cookies from responses into future requests
  • capture and assert based on cookie values and attributes

More information: https://naprun.dev/reference/http/cookies

Release v0.4.4

10 Oct 17:02
Compare
Choose a tag to compare

The v0.4.4 release includes minor bug fixes. This includes the ability to now use captured variables within asserts in the same request.

Release v0.4.3

10 Oct 15:04
Compare
Choose a tag to compare

The v0.4.3 release adds support for inline environment variables on routine steps.

Release v0.4.2

10 Oct 14:24
Compare
Choose a tag to compare

The v0.4.2 release replaces the jsonpath engine with a better one. The .length() function is now supported. This release also adds support for inline environment variables in routines. See the routine spec for more details.

Release v0.4.1

06 Oct 14:52
Compare
Choose a tag to compare

The v0.4.1 release adds GraphQL support! You can now simply use the graphql: key in your requests to set your GraphQL payloads. Other changes:

  • minor bug fixes
  • updated docs

Release v0.4.0

05 Oct 19:51
993645c
Compare
Choose a tag to compare

The v0.4.0 release introduces better console output with progress bars, in addition to a new -q flag to allow suppression of the new output.

Release v0.3.3

04 Oct 20:53
Compare
Choose a tag to compare

The v0.3.3 release includes support for iterations (#10).