-
Notifications
You must be signed in to change notification settings - Fork 56
Changelog updates since v4.1.1 #130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,12 +5,22 @@ Notable changes to this project are documented in this file. The format is based | |
| ## [Unreleased] | ||
|
|
||
| Breaking changes: | ||
| - Updated code for PureScript 0.14 (#120) | ||
| - Removed `fold1Default` and deprecated `foldMap1Default` (#128) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I believe this was the net result of breaking changes. Would be good to double-check. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is correct |
||
|
|
||
| New features: | ||
| - Added `findMapWithIndex` (#119) | ||
| - Added `foldr1` `foldl1` `foldr1Default` `foldl1Default` `foldMap1DefaultR` `foldMap1DefaultL` (#121, #128) | ||
|
||
| - Added `maximumBy` and `minimumBy` to `Data.Semigroup.Foldable` (#123) | ||
|
|
||
| Bugfixes: | ||
|
|
||
| Other improvements: | ||
| - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#127) | ||
| - Added a CHANGELOG.md file and pull request template (#129 #130) | ||
| - Wrapped `traverseArrayImpl` IIFE in parentheses (#52) | ||
| - Added examples for `sequence` and `traverse` (#115) | ||
| - Changed `foldM` type signature to more closely match `foldl` (#111) | ||
|
|
||
| ## [v4.1.1](https://github.com/purescript/purescript-foldable-traversable/releases/tag/v4.1.1) - 2018-11-23 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's clearer to phrase this as "Added support for PureScript 0.14, and dropped support for all previous versions"