Releases · purescript/purescript-effect

v4.0.0

v3.0.0

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)

v2.0.1

v2.0.0

Updated for PureScript 0.12

v1.1.0

  • Added Monoid and Semigroup instances (@i-am-tom)

v1.0.0

Merge pull request #2 from purescript/flatten-namespace

Flatten namespace to `Effect`