Skip to content

Commit 56f238e

Browse files
authored
Changelog updates since v4.1.1 (#130)
1 parent 2370ea2 commit 56f238e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,22 @@ 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 (#120)
9+
- Removed `fold1Default` and deprecated `foldMap1Default` (#128)
810

911
New features:
12+
- Added `findMapWithIndex` (#119)
13+
- Added `foldr1`, `foldl1`, `foldr1Default`, `foldl1Default`, `foldMap1DefaultR`, `foldMap1DefaultL` (#121, #128)
14+
- Added `maximumBy` and `minimumBy` to `Data.Semigroup.Foldable` (#123)
1015

1116
Bugfixes:
1217

1318
Other improvements:
19+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#127)
20+
- Added a CHANGELOG.md file and pull request template (#129, #130)
21+
- Wrapped `traverseArrayImpl` IIFE in parentheses (#52)
22+
- Added examples for `sequence` and `traverse` (#115)
23+
- Changed `foldM` type signature to more closely match `foldl` (#111)
1424

1525
## [v4.1.1](https://github.com/purescript/purescript-foldable-traversable/releases/tag/v4.1.1) - 2018-11-23
1626

0 commit comments

Comments
 (0)