Releases: 1Jajen1/propCheck
Releases · 1Jajen1/propCheck
0.9.6
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
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
Update arrow to 0.10 (Thanks @alphaho)
Fixed a bug regarding stack-safety within the gen monad
0.9.3
Added evq and neqv matchers and added own version of SplittableRandom
0.9.2
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
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
Add dependency part in readme and fix build.gradle