@@ -11,6 +11,7 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
+ - Fixed minor documention issue with ` find ` (#216 by @JamieBallingall )
14
15
15
16
## [ v6.0.1] ( https://github.com/purescript/purescript-arrays/releases/tag/v6.0.1 ) - 2021-04-19
16
17
@@ -26,7 +27,7 @@ Breaking changes:
26
27
27
28
New features:
28
29
- Added specialized versions of the functions from ` Data.Foldable ` (#201 ):
29
- - Added ` foldl ` , ` foldr ` , ` foldMap ` , ` fold ` , ` intercalate ` to ` Array `
30
+ - Added ` foldl ` , ` foldr ` , ` foldMap ` , ` fold ` , ` intercalate ` to ` Array `
30
31
- Added ` foldl1 ` , ` foldr1 ` , ` foldMap1 ` , ` foldl1 ` , ` intercalate ` to ` Array.NonEmpty `
31
32
- Added specialized ` elem ` , ` notElem ` , ` find ` , ` findMap ` , ` scanl ` , ` scanr ` , ` any ` , ` all ` (#189 , #193 , #201 )
32
33
- Added ` intersperse ` , ` groupAllBy ` , ` splitAt ` (#179 , #188 , #194 , #200 , #201 )
@@ -41,9 +42,9 @@ Other improvements:
41
42
- Migrated to GitHub Actions for CI (#187 , #169 )
42
43
- Removed some internal usages of ` unsafeCoerce ` (#184 )
43
44
- Changed ` foldM ` type signature to more closely match ` foldl ` (#160 )
44
- - Updated installation instructions to use Spago (#171 )
45
+ - Updated installation instructions to use Spago (#171 )
45
46
- Replaced foreign ` cons ` , ` snoc ` , ` drop ` , ` take ` with PureScript implementations (#180 )
46
- - Removed ` return {} ` from FFI function for a small performance boost (#175 )
47
+ - Removed ` return {} ` from FFI function for a small performance boost (#175 )
47
48
- Bumped pulp version (#174 )
48
49
- Removed primes from foreign modules exports (#168 )
49
50
@@ -311,9 +312,4 @@ Added `mapMaybe`
311
312
312
313
## [ v0.1.1] ( https://github.com/purescript/purescript-arrays/releases/tag/v0.1.1 ) - 2014-04-27
313
314
314
-
315
-
316
315
## [ v0.1.0] ( https://github.com/purescript/purescript-arrays/releases/tag/v0.1.0 ) - 2014-04-25
317
-
318
-
319
-
0 commit comments