Skip to content

Commit

Permalink
Changelog since v4.1.0 (#40)
Browse files Browse the repository at this point in the history
* Changelog since v4.1.0

* Fix minor typo in 'Removed' spelling

Co-authored-by: JordanMartinez <jordanalex.martinez@gmail.com>
  • Loading branch information
thomashoneyman and JordanMartinez authored Jan 21, 2021
1 parent 0eb57d8 commit 6f7a11f
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ Notable changes to this project are documented in this file. The format is based
## [Unreleased]

Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35)
- Removed `Costrong` and `Cochoice` from `Costar` (#38)

New features:

Bugfixes:

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

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

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

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

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.

## [v1.0.0-rc.2](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.2) - 2016-05-20
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.

- Fixed unused import warnings

## [v1.0.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v1.0.0-rc.1) - 2016-03-25

- Release candidate for the psc 0.8+ core libraries

## [v0.3.2](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.2) - 2016-01-03

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

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.

## [v0.3.0-rc.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.3.0-rc.1) - 2015-06-06

Initial release candidate of the library intended for the 0.7 compiler.

## [v0.2.1](https://github.com/purescript/purescript-profunctor/releases/tag/v0.2.1) - 2015-03-19

Update docs
Expand All @@ -83,5 +75,6 @@ Update docs

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

- Initial release.
- Added `Choice` and `Strong` (@joneshf)

0 comments on commit 6f7a11f

Please sign in to comment.