Skip to content

Commit 5ebb849

Browse files
Update changelog since v5.0.0 (#47)
1 parent 63db964 commit 5ebb849

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

CHANGELOG.md

+15-10
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,23 @@ 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 (#38, #44)
89

910
New features:
1011

1112
Bugfixes:
1213

1314
Other improvements:
15+
- Fixed `Foldable1 (NonEmpty f)` instance, as `Foldable1` now has `foldr1` and `foldl1` as members (#39)
16+
- Deprecated monomorphic `foldl1`, suggesting the polymorphic `foldl1` from `Data.Semigroup.Foldable` instead (#42)
17+
- Added examples (#36)
18+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#43)
19+
- Added a changelog and pull request template (#46)
1420

1521
## [v5.0.0](https://github.com/purescript/purescript-nonempty/releases/tag/v5.0.0) - 2018-05-23
1622

1723
- Updated for PureScript 0.12
18-
- Monomorphic versions of `Foldable1` functions have been removed
24+
- Removed monomorphic versions of `Foldable1` functions
1925

2026
## [v4.3.0](https://github.com/purescript/purescript-nonempty/releases/tag/v4.3.0) - 2018-05-13
2127

@@ -31,7 +37,7 @@ Other improvements:
3137

3238
## [v4.1.0](https://github.com/purescript/purescript-nonempty/releases/tag/v4.1.0) - 2017-11-21
3339

34-
`FunctorWithIndex`, `FoldableWithIndex`, `TraversableWithIndex` instances (@matthewleon, @safareli)
40+
- Added `FunctorWithIndex`, `FoldableWithIndex`, `TraversableWithIndex` instances (@matthewleon, @safareli)
3541

3642
## [v4.0.0](https://github.com/purescript/purescript-nonempty/releases/tag/v4.0.0) - 2017-03-26
3743

@@ -51,29 +57,28 @@ Other improvements:
5157

5258
## [v1.0.0](https://github.com/purescript/purescript-nonempty/releases/tag/v1.0.0) - 2016-06-02
5359

54-
Updates for 1.0 core libraries
60+
- Updated for 1.0 core libraries
5561

5662
## [v0.2.0](https://github.com/purescript/purescript-nonempty/releases/tag/v0.2.0) - 2016-01-31
5763

58-
Updates for 0.8.0 (@sharkdp)
64+
- Updated for 0.8.0 (@sharkdp)
5965

6066
## [v0.1.4](https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.4) - 2016-01-31
6167

62-
Add `head` and `tail` (@sharkdp)
68+
- Added `head` and `tail` (@sharkdp)
6369

6470
## [v0.1.3](https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.3) - 2016-01-14
6571

66-
Remove unused type var (@jonsterling)
72+
- Removed unused type var (@jonsterling)
6773

6874
## [v0.1.2](https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.2) - 2015-07-23
6975

70-
Add `singleton` (@garyb)
76+
- Added `singleton` (@garyb)
7177

7278
## [v0.1.1](https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.1) - 2015-07-13
7379

74-
80+
- Added `fromNonEmpty` operation (#1)
7581

7682
## [v0.1.0](https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.0) - 2015-07-07
7783

78-
Initial versioned release
79-
84+
- Initial versioned release

0 commit comments

Comments
 (0)