Skip to content

Rounding up the 1.5 Series

Compare
Choose a tag to compare
@jlink jlink released this 17 Sep 08:19
· 1369 commits to main since this release

New and Enhanced Features

  • Upgraded to JUnit platform 1.8.0

  • Improved performance of large collection generation.
    See #227.

Breaking Changes

  • Parameters for StringArbitrary.ofMinLength() and StringArbitrary.ofMaxLength() are validated.
    See #221.

Bug Fixes

  • Added reporting format for type char[].

  • @StatisticsReport(onFailureOnly = true) now also works when failure
    is a statistics check failure.