Skip to content

0.5.0

Compare
Choose a tag to compare
@orangain orangain released this 27 Nov 12:27
· 75 commits to main since this release

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 returns Optional<JsonMatchError> instead of Optional<String>.
      • JsonMatchError is renamed to JsonMatchErrorDetail and new JsonMatchError is defined.