@@ -5,12 +5,17 @@ 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 (#29 )
8
9
9
10
New features:
11
+ - Added roles declarations to allow safe coercions (#28 )
10
12
11
13
Bugfixes:
12
14
13
15
Other improvements:
16
+ - Removed ` fold1 ` member from ` Foldable1 ` and added ` foldr1 ` and ` foldl1 ` (#30 , #32 )
17
+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#31 )
18
+ - Added a changelog and pull request template (#33 )
14
19
15
20
## [ v4.0.0] ( https://github.com/purescript/purescript-lazy/releases/tag/v4.0.0 ) - 2018-05-23
16
21
@@ -27,7 +32,7 @@ Other improvements:
27
32
28
33
## [ v1.0.1] ( https://github.com/purescript/purescript-lazy/releases/tag/v1.0.1 ) - 2016-09-18
29
34
30
- - Avoid use of ` delete ` in JS implementation #16 ( @rightfold )
35
+ - Removed use of ` delete ` in JS implementation ( #16 by @rightfold )
31
36
32
37
## [ v1.0.0] ( https://github.com/purescript/purescript-lazy/releases/tag/v1.0.0 ) - 2016-06-01
33
38
@@ -47,17 +52,14 @@ This release is intended for the PureScript 0.9.1 compiler and newer.
47
52
48
53
This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
49
54
50
- ## [ v0.4.0-rc.1] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.4.0-rc.1 ) - 2015-06-06
51
-
52
- Initial release candidate of the library intended for the 0.7 compiler.
53
-
54
55
## [ v0.3.1] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.3.1 ) - 2015-03-19
55
56
56
- Update docs, improve running time of ` fromArray ` .
57
+ - Updated docs, improved running time of ` fromArray ` .
57
58
58
59
## [ v0.3.0] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.3.0 ) - 2015-02-21
59
60
60
61
** This release requires PureScript v0.6.8 or later**
62
+
61
63
- Updated dependencies
62
64
63
65
## [ v0.2.0] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.2.0 ) - 2015-01-10
@@ -66,14 +68,13 @@ Update docs, improve running time of `fromArray`.
66
68
67
69
## [ v0.1.2] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.1.2 ) - 2014-12-11
68
70
69
-
71
+ - Bumped ` array ` dependency
70
72
71
73
## [ v0.1.1] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.1.1 ) - 2014-10-19
72
74
73
- - Add ` Extend ` and ` Comonad ` instances (@natefaubion )
74
- - Remove quickcheck dependency and update dependency versions (@jdegoes )
75
+ - Added ` Extend ` and ` Comonad ` instances (@natefaubion )
76
+ - Removed quickcheck dependency and update dependency versions (@jdegoes )
75
77
76
78
## [ v0.1.0] ( https://github.com/purescript/purescript-lazy/releases/tag/v0.1.0 ) - 2014-08-15
77
79
78
-
79
-
80
+ - Initial versioned release
0 commit comments