Skip to content

v7.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 19:02
· 13 commits to master since this release
7db589b

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 and NonEmpty List with NonEmptyArray and NonEmptyList (#118)
  • Replaced globals dependency with numbers (#120)

New features:

  • Added randomSampleOne (#114)

Bugfixes:

  • Allowed full Number range for chooseFloat (#97)

Other improvements:

  • Dropped generics-rep dependency as its now included in prelude (#121)
  • Replaced monomorphic proxies with Type.Proxy.Proxy and polymorphic variables (#116)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#117)
  • Added a changelog and pull request template (#122, #123)