File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,18 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#21 )
8
9
9
10
New features:
11
+ - Added roles declarations to allow safe coercions (#20 )
12
+ - Added monoid instances for uncurried ` EffectFn ` s (#13 )
10
13
11
14
Bugfixes:
12
15
13
16
Other improvements:
17
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#22 )
18
+ - Added a CHANGELOG.md file and pull request template (#25 , #26 )
19
+ - Removed ` return {} ` from FFI functions for a small performance boost (#18 )
14
20
15
21
## [ v2.0.1] ( https://github.com/purescript/purescript-effect/releases/tag/v2.0.1 ) - 2019-01-26
16
22
You can’t perform that action at this time.
0 commit comments