Skip to content

v3.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 16:52
· 2 commits to master since this release
985d97b

Breaking changes:

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

New features:

  • Added roles declarations to allow safe coercions (#20)
  • Added monoid instances for uncurried EffectFns (#13)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#22)
  • Added a CHANGELOG.md file and pull request template (#25, #26)
  • Removed return {} from FFI functions for a small performance boost (#18)