Skip to content

Commit 331bc93

Browse files
Updated changelog since v4.0.0 (#34)
* Updated changelog since v4.0.0 * Update CHANGELOG.md
1 parent c2eb191 commit 331bc93

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

CHANGELOG.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,17 @@ 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 (#29)
89

910
New features:
11+
- Added roles declarations to allow safe coercions (#28)
1012

1113
Bugfixes:
1214

1315
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)
1419

1520
## [v4.0.0](https://github.com/purescript/purescript-lazy/releases/tag/v4.0.0) - 2018-05-23
1621

@@ -27,7 +32,7 @@ Other improvements:
2732

2833
## [v1.0.1](https://github.com/purescript/purescript-lazy/releases/tag/v1.0.1) - 2016-09-18
2934

30-
- Avoid use of `delete` in JS implementation #16 (@rightfold)
35+
- Removed use of `delete` in JS implementation (#16 by @rightfold)
3136

3237
## [v1.0.0](https://github.com/purescript/purescript-lazy/releases/tag/v1.0.0) - 2016-06-01
3338

@@ -47,17 +52,14 @@ This release is intended for the PureScript 0.9.1 compiler and newer.
4752

4853
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.
4954

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-
5455
## [v0.3.1](https://github.com/purescript/purescript-lazy/releases/tag/v0.3.1) - 2015-03-19
5556

56-
Update docs, improve running time of `fromArray`.
57+
- Updated docs, improved running time of `fromArray`.
5758

5859
## [v0.3.0](https://github.com/purescript/purescript-lazy/releases/tag/v0.3.0) - 2015-02-21
5960

6061
**This release requires PureScript v0.6.8 or later**
62+
6163
- Updated dependencies
6264

6365
## [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`.
6668

6769
## [v0.1.2](https://github.com/purescript/purescript-lazy/releases/tag/v0.1.2) - 2014-12-11
6870

69-
71+
- Bumped `array` dependency
7072

7173
## [v0.1.1](https://github.com/purescript/purescript-lazy/releases/tag/v0.1.1) - 2014-10-19
7274

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)
7577

7678
## [v0.1.0](https://github.com/purescript/purescript-lazy/releases/tag/v0.1.0) - 2014-08-15
7779

78-
79-
80+
- Initial versioned release

0 commit comments

Comments
 (0)