Releases: purescript/purescript-quickcheck
Releases · purescript/purescript-quickcheck
v0.8.0
- Fixed poorly behaving LCG. This also involved some breaking changes to the interface (a newtype for
Seed
for one) (@hdgarood)
- Updated dependencies
v0.7.0
Modify QC
type synonym to work around type class instance bug in PSCi.
v0.6.0
This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
v0.6.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.5.2
- Added
Arbitrary
and CoArbitrary
instances for Unit
and Ordering
(@garyb)
v0.5.0
This release requires PureScript v0.6.8 or later
v0.4.0
- Updated
purescript-foldable-traversable
dependency (@garyb)
- Added
(===)
and (/==)
combinators (@MichaelXavier)