@@ -5,17 +5,23 @@ 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 (#38 , #44 )
8
9
9
10
New features:
10
11
11
12
Bugfixes:
12
13
13
14
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 )
14
20
15
21
## [ v5.0.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v5.0.0 ) - 2018-05-23
16
22
17
23
- Updated for PureScript 0.12
18
- - Monomorphic versions of ` Foldable1 ` functions have been removed
24
+ - Removed monomorphic versions of ` Foldable1 ` functions
19
25
20
26
## [ v4.3.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v4.3.0 ) - 2018-05-13
21
27
@@ -31,7 +37,7 @@ Other improvements:
31
37
32
38
## [ v4.1.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v4.1.0 ) - 2017-11-21
33
39
34
- ` FunctorWithIndex ` , ` FoldableWithIndex ` , ` TraversableWithIndex ` instances (@matthewleon , @safareli )
40
+ - Added ` FunctorWithIndex ` , ` FoldableWithIndex ` , ` TraversableWithIndex ` instances (@matthewleon , @safareli )
35
41
36
42
## [ v4.0.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v4.0.0 ) - 2017-03-26
37
43
@@ -51,29 +57,28 @@ Other improvements:
51
57
52
58
## [ v1.0.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v1.0.0 ) - 2016-06-02
53
59
54
- Updates for 1.0 core libraries
60
+ - Updated for 1.0 core libraries
55
61
56
62
## [ v0.2.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.2.0 ) - 2016-01-31
57
63
58
- Updates for 0.8.0 (@sharkdp )
64
+ - Updated for 0.8.0 (@sharkdp )
59
65
60
66
## [ v0.1.4] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.4 ) - 2016-01-31
61
67
62
- Add ` head ` and ` tail ` (@sharkdp )
68
+ - Added ` head ` and ` tail ` (@sharkdp )
63
69
64
70
## [ v0.1.3] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.3 ) - 2016-01-14
65
71
66
- Remove unused type var (@jonsterling )
72
+ - Removed unused type var (@jonsterling )
67
73
68
74
## [ v0.1.2] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.2 ) - 2015-07-23
69
75
70
- Add ` singleton ` (@garyb )
76
+ - Added ` singleton ` (@garyb )
71
77
72
78
## [ v0.1.1] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.1 ) - 2015-07-13
73
79
74
-
80
+ - Added ` fromNonEmpty ` operation ( # 1 )
75
81
76
82
## [ v0.1.0] ( https://github.com/purescript/purescript-nonempty/releases/tag/v0.1.0 ) - 2015-07-07
77
83
78
- Initial versioned release
79
-
84
+ - Initial versioned release
0 commit comments