Skip to content

Releases: steinfletcher/apitest-jsonpath

v1.7.2

13 Apr 12:48
b5ff1c9

Choose a tag to compare

Ensure assertions using Len() do not panic on nil in order to keep se…

v1.7.1

03 Jun 21:00

Choose a tag to compare

Ensure request context is preserved when copying request

v1.7.0

03 Jun 20:04

Choose a tag to compare

Support jsonpath matchers for mock request body

v1.6.1

17 May 06:38

Choose a tag to compare

Bump apitest version

v1.6.0

06 Sep 22:41

Choose a tag to compare

Support root path expressions

v1.5.2

06 Sep 07:02

Choose a tag to compare

Fix typos in README

v1.5.1

04 Jun 13:52

Choose a tag to compare

Improve error message when json path selector doesn't match

v1.5.0

04 Apr 10:34

Choose a tag to compare

Add JWT docs

v1.4.1

04 Feb 10:25
92ffcb2

Choose a tag to compare

Fix: order of expected/value in error message (#13)

v1.4.0: Abstractions for enforcing maximum or minimum length of values (#12)

16 Jan 09:04

Choose a tag to compare

* Add abstraction for checking minimum length

* Add abstraction for checking maximum length

* Refactor: MoreThan -> GreaterThan