Releases: thoughtbot/json_matchers
Releases · thoughtbot/json_matchers
v0.11.0
- Expand references of DocumentStore schemas (#93, 3b66b4d)
v0.10.0
- BREAKING CHANGE Implement the validation with the
json_schema
gem instead
of json-schema
. #31
- BREAKING CHANGE - remove support for configuring validation options.
v0.9.0
Deprecate support for configuring validation options.
In preparation for #31, this commit deprecates support for global
and matcher-specific options, like strict: true
.
The json_schema
gem does not accept similar configuration
options, so in the future we'll need to remove support entirely.
v0.8.0
- Add
assert_json_matches_schema
and refute_json_matches_schema
for
use in minitest
test suites #66
v0.7.3
- Alias
match_response_schema
to match_json_schema
. These matches can
validate any JSON, whether it's from a request body, a response body, a Hash,
or a String. #68
v0.7.2
- Accept Array instances as arguments to
match_response_schema
#60
v0.7.1
- Accept Hash instances as arguments to
match_response_schema
#58, #59
v0.7.0
- Default
record_errors: true
#52
- Add support for configuring
record_errors
#51
v0.6.3
- Fix error message for string responses. #49
v0.6.2
- Remove dependency on Rails. #47