Skip to content

Releases: davesheldon/nap

Release v0.4.8

Choose a tag to compare

@davesheldon davesheldon released this 31 Oct 16:43

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

Release v0.4.7

Choose a tag to compare

@davesheldon davesheldon released this 30 Oct 19:03

The v0.4.7 release contains minor bug fixes.

Release v0.4.6

Choose a tag to compare

@davesheldon davesheldon released this 12 Oct 15:44

The v0.4.6 release contains minor bug fixes.

Release v0.4.5

Choose a tag to compare

@davesheldon davesheldon released this 11 Oct 15:55

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

Choose a tag to compare

@davesheldon davesheldon released this 10 Oct 17:02

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

Choose a tag to compare

@davesheldon davesheldon released this 10 Oct 15:04

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

Release v0.4.2

Choose a tag to compare

@davesheldon davesheldon released this 10 Oct 14:24

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

Choose a tag to compare

@davesheldon davesheldon released this 06 Oct 14:52

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

Choose a tag to compare

@davesheldon davesheldon released this 05 Oct 19:51
993645c

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

Choose a tag to compare

@davesheldon davesheldon released this 04 Oct 20:53

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