Skip to content

v3.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:52
· 2 commits to master since this release
85c369f

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#26)

New features:

Bugfixes:

  • Make elements test no longer hang at cost of possible false negative (#29)
  • Fixed fromIndex internal helper in tests (#23)

Other improvements:

  • Refer people to the quickcheck package's Gen type as a default implementation for MonadGen (#25)
  • Restored frequency tests (#28)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#30)
  • Added a changelog and pull request template (#31, #32)