Skip to content

Releases: jqwik-team/jqwik

Improvements in Float Generation and Shrinking

21 Oct 13:12
Compare
Choose a tag to compare
0.5.5

Some improvements in double generation

Shrinking can be switched off

20 Oct 15:42
Compare
Choose a tag to compare

Use @Property(shrinking = ShrinkingMode.OFF) to switch shrinking off.

MIN and MAX values for Numbers

15 Oct 11:09
Compare
Choose a tag to compare

MIN and MAX values for numbers are now in the list of initial generated examples

Bug fix release

14 Oct 11:20
Compare
Choose a tag to compare

Outer groups are now searched for generator functions.

Upgrade to JUnit 5.0.0

28 Sep 09:44
Compare
Choose a tag to compare

This release is compatible with JUnit 5's first GA. All other releases should no longer be used.