Skip to content

Stabilizing 1.5.x

Compare
Choose a tag to compare
@jlink jlink released this 27 Aug 12:53
· 1385 commits to main since this release

New and Enhanced Features

  • You can now add footnotes to failure reports

  • Added StatisticsReport.onFailureOnly() to suppress statistics reporting
    for properties that do not fail.

  • Shrinking across several for-all parameters has been improved.

  • The Web module now supports
    web domain name generation.

  • The Time module now supports the generation of java.time.OffsetDateTime instances.

Breaking Changes

  • Properties with single try (aka examples) with at least one @ForAll parameter will now
    produce a test report even if they succeed.
    See #217.

Bug Fixes

  • Fixed edge cases performance problem.
    See #214