v7.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#115)
- Fixed
genericCoarbitrary
so it no longer explicitly relates to the generated data (#99) - Replaced
NonEmpty Array
andNonEmpty List
withNonEmptyArray
andNonEmptyList
(#118) - Replaced
globals
dependency withnumbers
(#120)
New features:
- Added
randomSampleOne
(#114)
Bugfixes:
- Allowed full
Number
range for chooseFloat (#97)
Other improvements: