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)