Releases: purescript/purescript-quickcheck
Releases · purescript/purescript-quickcheck
v2.0.0
- Updated dependencies
- Stack safety improvement to
quickCheck
functions
- LCG clamping behaviour was fixed
- Seed is now printed for failing cases
- Tests can now be started with a specific seed
v1.0.0
This release is intended for the PureScript 0.9.1 compiler and newer.
Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
v1.0.0-rc.2
- Update dependencies and fix warnings
v1.0.0-rc.1
- Release candidate for the psc 0.8+ core libraries
v0.12.1
- Fixed import warnings raised in psc 0.7.6
v0.12.0
- Bumped dependencies
- Fixed unused type variable warnings
v0.11.0
Bump transformers
dependency to 0.7.1
. As such, this release requires version 0.7.4
of the PureScript compiler.
v0.10.1
- Added
Arbitrary
and Coarbitrary
instances for Identity
, Lazy
, and List
.