Skip to content

Commit 4a03126

Browse files
authored
Changelog updates since v4.1.1 (#63)
1 parent daa0575 commit 4a03126

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,20 @@ Notable changes to this project are documented in this file. The format is based
55
## [Unreleased]
66

77
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)
810

911
New features:
12+
- Added `\/` alias for `either` (#51)
13+
- Added lazy versions of `fromRight` and `fromLeft` (#59)
1014

1115
Bugfixes:
1216

1317
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)
1422

1523
## [v4.1.1](https://github.com/purescript/purescript-either/releases/tag/v4.1.1) - 2018-11-30
1624

0 commit comments

Comments
 (0)