File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,22 @@ Notable changes to this project are documented in this file. The format is based
5
5
## [ Unreleased]
6
6
7
7
Breaking changes:
8
+ - Rename ` scanrLazy ` to ` scanlLazy ` and fix parameter ordering (#161 )
9
+ - Rename ` group' ` to ` groupAll ` (#182 )
10
+ - Change ` Alt ZipList ` to satisfy distributivity (#150 )
8
11
9
12
New features:
13
+ - Add ` groupAllBy ` (#182 , #191 )
10
14
- Added ` Eq1 ` and ` Ord1 ` instances to ` NonEmptyList ` and ` LazyNonEmptyList ` (#188 )
11
15
12
16
Bugfixes:
13
17
14
18
Other improvements:
19
+ - Fix Lazy List docs where original list is returned instead of Nothing (#169 )
20
+ - Migrate to GitHub Actions (#177 )
21
+ - Change ` foldM ` type signature to more closely match ` foldl ` (#165 )
22
+ - Improve ` foldr ` performance on large lists (#180 )
23
+ - Generate changelog and add PR template (#187 )
15
24
16
25
## [ v5.4.1] ( https://github.com/purescript/purescript-lists/releases/tag/v5.4.1 ) - 2019-05-06
17
26
@@ -308,4 +317,3 @@ Fixes for compiler version 0.6.1
308
317
## [ v0.0.1] ( https://github.com/purescript/purescript-lists/releases/tag/v0.0.1 ) - 2014-07-07
309
318
310
319
311
-
You can’t perform that action at this time.
0 commit comments