Releases: purescript/purescript-effect
Releases · purescript/purescript-effect
v4.0.0
27 Apr 14:06
Compare
Sorry, something went wrong.
No results found
v3.0.0
26 Feb 16:52
Compare
Sorry, something went wrong.
No results found
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 EffectFn
s (#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
26 Jan 13:14
Compare
Sorry, something went wrong.
No results found
v2.0.0
22 May 22:19
Compare
Sorry, something went wrong.
No results found
Updated for PureScript 0.12
v1.1.0
19 Apr 17:33
Compare
Sorry, something went wrong.
No results found
Added Monoid
and Semigroup
instances (@i-am-tom )
v1.0.0
12 Apr 18:37
Compare
Sorry, something went wrong.
No results found
Merge pull request #2 from purescript/flatten-namespace
Flatten namespace to `Effect`