Releases: steinfletcher/apitest-jsonpath
Releases · steinfletcher/apitest-jsonpath
v1.7.2
v1.7.1
Ensure request context is preserved when copying request
v1.7.0
Support jsonpath matchers for mock request body
v1.6.1
Bump apitest version
v1.6.0
Support root path expressions
v1.5.2
Fix typos in README
v1.5.1
Improve error message when json path selector doesn't match
v1.5.0
Add JWT docs
v1.4.1
Fix: order of expected/value in error message (#13)
v1.4.0: Abstractions for enforcing maximum or minimum length of values (#12)
* Add abstraction for checking minimum length * Add abstraction for checking maximum length * Refactor: MoreThan -> GreaterThan