Skip to content

Commit 6f7a11f

Browse files
Changelog since v4.1.0 (#40)
* Changelog since v4.1.0 * Fix minor typo in 'Removed' spelling Co-authored-by: JordanMartinez <[email protected]>
1 parent 0eb57d8 commit 6f7a11f

File tree

1 file changed

+6
-13
lines changed

1 file changed

+6
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ 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 (#35)
9+
- Removed `Costrong` and `Cochoice` from `Costar` (#38)
810

911
New features:
1012

1113
Bugfixes:
1214

1315
Other improvements:
16+
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#36)
17+
- Added a changelog and pull request template (#39, #40)
1418

1519
## [v4.1.0](https://github.com/purescript/purescript-profunctor/releases/tag/v4.1.0) - 2019-08-21
1620

@@ -40,18 +44,10 @@ Added more instances for `Joker` (@masaeedu)
4044

4145
## [v1.0.0](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0) - 2016-06-01
4246

43-
This release is intended for the PureScript 0.9.1 compiler and newer.
44-
45-
**Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
46-
47-
## [v1.0.0-rc.2](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.2) - 2016-05-20
47+
This release is intended for the PureScript 0.9.1 compiler and newer. **Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
4848

4949
- Fixed unused import warnings
5050

51-
## [v1.0.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.1) - 2016-03-25
52-
53-
- Release candidate for the psc 0.8+ core libraries
54-
5551
## [v0.3.2](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.2) - 2016-01-03
5652

5753
Add `Closed`, `Costrong` and `Cochoice` (@zrho)
@@ -64,10 +60,6 @@ Add `Star`.
6460

6561
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.
6662

67-
## [v0.3.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.0-rc.1) - 2015-06-06
68-
69-
Initial release candidate of the library intended for the 0.7 compiler.
70-
7163
## [v0.2.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.2.1) - 2015-03-19
7264

7365
Update docs
@@ -83,5 +75,6 @@ Update docs
8375

8476
## [v0.0.2](https://github.com/purescript/purescript-profunctor/releases/tag/v0.0.2) - 2015-01-08
8577

78+
- Initial release.
8679
- Added `Choice` and `Strong` (@joneshf)
8780

0 commit comments

Comments
 (0)