0.5.0
Breaking changes
- #7: Now
JsonStringAssert.assertThat(...).jsonMatches(...)
throws proper exception on failure. This improves developer experience in various environments.- This includes internal following API changes:
JsonMatch.jsonMatches()
now returnsOptional<JsonMatchError>
instead ofOptional<String>
.JsonMatchError
is renamed toJsonMatchErrorDetail
and newJsonMatchError
is defined.
- This includes internal following API changes: