Skip to content

v1.1.0

Compare
Choose a tag to compare
@leadpony leadpony released this 16 Aug 09:50
· 150 commits to master since this release

1.1.0 - 2019-08-16

Added

  • printProblems(PrintStream) and printProblems(PrintWriter) methods to JsonValidatingException class.
  • print() method to Problem interface.

Changed

  • [CLI] Now uses Joy as a JSON-P implementation.

Fixed

  • JsonValidatingException.getMessage() now correctly returns a message describing all problems including problems on any branch. (Issue #23 reported by @gustabart)
  • A bug which was causing schema readers to report too many problems when they are created with withStrictKeywords() enabled. (Issue #25)