File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,20 @@ 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 (#55 )
9
+ - Added default parameter to ` fromLeft ` and ` fromRight ` and removed ` Partial ` constraint (#48 )
8
10
9
11
New features:
12
+ - Added ` \/ ` alias for ` either ` (#51 )
13
+ - Added lazy versions of ` fromRight ` and ` fromLeft ` (#59 )
10
14
11
15
Bugfixes:
12
16
13
17
Other improvements:
18
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#58 )
19
+ - Added a CHANGELOG.md file and pull request template (#62 , #63 )
20
+ - Corrected docs for ` Apply ` instance (#49 )
21
+ - Improved documentation of ` Either ` s "do notation" (#52 )
14
22
15
23
## [ v4.1.1] ( https://github.com/purescript/purescript-either/releases/tag/v4.1.1 ) - 2018-11-30
16
24
You can’t perform that action at this time.
0 commit comments