We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a96fcb commit afe5c30Copy full SHA for afe5c30
1 file changed
CHANGELOG.md
@@ -5,12 +5,18 @@ Notable changes to this project are documented in this file. The format is based
5
## [Unreleased]
6
7
Breaking changes:
8
+ - Added support for PureScript 0.14 and dropped support for all previous versions (#21)
9
10
New features:
11
+- Added roles declarations to allow safe coercions (#20)
12
+- Added monoid instances for uncurried `EffectFn`s (#13)
13
14
Bugfixes:
15
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)
20
21
## [v2.0.1](https://github.com/purescript/purescript-effect/releases/tag/v2.0.1) - 2019-01-26
22
0 commit comments