Releases: purescript/purescript-quickcheck
Releases · purescript/purescript-quickcheck
v4.6.0
v4.5.0
Added some more helper comparison operations (@Risto-Stevcev)
v4.4.0
v4.3.0
Generic deriving for Arbitrary
and Coarbitrary
(@LiamGoodacre)
v4.2.0
Add shuffle generator (@matthewleon)
v4.1.0
v4.0.0
- Updated for PureScript 0.11
- Use
NonEmpty
forGen
s where called for (@matthewleon) - Improved behaviour of
chooseInt
(@matthewleon) - Added
Arbitrary
andCoarbitrary
instances forNonEmpty
andNonEmptyList
(@matthewleon) - Added
enum
Gen
forBoundedEnum
values (@matthewleon)