Releases: purescript-deprecated/purescript-strongcheck
Releases · purescript-deprecated/purescript-strongcheck
v1.1.1
- Fixed the behaviour of
AlphaNumString
's arbitrary instance
v1.1.0
- Added
ApproxNumber
newtype for testing where floating point precision becomes an issue
v1.0.0
- Updates for 1.0 core libraries.
- Some of the modules have been broken up into smaller parts
- The
QC
type synoym is now SC
- Various additional instances have been added
v0.14.7
- Added
Arbitrary
and CoArbitrary
instances for List
v0.14.6
- Added
Lazy
instance for GenT
v0.14.4
Merge pull request #24 from zudov/no-warn-err
Error/Warning free compilation with latest psc
v0.14.3
- Fix unused type variable warning raised in psc 0.7.5
v0.14.2
- Bumped
purescript-machines
dependency to fix warnings
v0.14.1
Merge pull request #23 from jonsterling/js/fix-0.7.5-warnings
Fix more warnings caught by psc 0.7.5