Skip to content

v2.0.0

Compare
Choose a tag to compare
@leadpony leadpony released this 23 Nov 13:41
· 114 commits to master since this release

2.0.0 - 2019-11-23

Added

  • The problem messages are translated into Simplified Chinese by @letui.

Changed

  • All the branching problems are now preserved even when they have only one branch of problems (Issue #37 reported by @adityamandhare).
  • Problem printers built with ProblemPrinterBuilder now skip intermediate problems if and only if they have only one branch of problems.
  • Revised the problem message emitted by contains keyword.

Fixed

  • A bug which was causing AssertionError when enum keyword is used in propertyNames keyword. (Issue #38 reported by @DMittenMalwareBytes)