Releases: jqwik-team/jqwik
Releases · jqwik-team/jqwik
Improvements in Float Generation and Shrinking
0.5.5 Some improvements in double generation
Shrinking can be switched off
Use @Property(shrinking = ShrinkingMode.OFF)
to switch shrinking off.
MIN and MAX values for Numbers
MIN and MAX values for numbers are now in the list of initial generated examples
Bug fix release
Outer groups are now searched for generator functions.
Upgrade to JUnit 5.0.0
This release is compatible with JUnit 5's first GA. All other releases should no longer be used.