Skip to content

Releases: 1Jajen1/propCheck

0.9.6

25 Oct 00:06
Compare
Choose a tag to compare
0.9.6 Pre-release
Pre-release

Don't do releases at the middle of the night and don't push to master at that time either... I forgot a println statement that is now removed.

0.9.5

25 Oct 00:02
Compare
Choose a tag to compare
0.9.5 Pre-release
Pre-release

Arbitrary showable and shrinkable functions
Fixes some nasty shrinking bugs that were leading to infinite shrinking sequences.

Contains an annoying leftover println statement. Use 0.9.6 instead.

0.9.4

22 Oct 12:48
Compare
Choose a tag to compare
0.9.4 Pre-release
Pre-release

Update arrow to 0.10 (Thanks @alphaho)
Fixed a bug regarding stack-safety within the gen monad

0.9.3

15 Mar 13:13
Compare
Choose a tag to compare
0.9.3 Pre-release
Pre-release

Added evq and neqv matchers and added own version of SplittableRandom

0.9.2

12 Mar 12:32
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

Added support for state-machine-based testing and in that support for parallel testing.
Fixed some issues where Gen.choose was used but an inclusive range was expected.
Added and/or combinators for properties

0.9.1

05 Mar 10:51
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

Fixes for printing and checking tables.
Fix small issues with ByteArbitrary
Make Pair-, Triple-Arbitrary accessible outside of reflection based code
Make char shrinking accessible
Add invoke constructor to Arbitrary
Add some more tests for integral number and list shrinking
Add a bunch of custom show instances to better model expected behaviour

0.9

04 Mar 15:20
Compare
Choose a tag to compare
0.9 Pre-release
Pre-release
Add dependency part in readme and fix build.gradle