Skip to content

Update changelog since v5.1.0 #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jan 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 17 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,27 @@ 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 (#37, #43)

New features:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#40 should appear here, correct? Something like this:

Added Generic instance for Tuple (#40)

- Added Generic instance for Tuple (#40)

Bugfixes:

Other improvements:
- Added `foldr1` and `foldl1` implementations to `Foldable1 (Tuple a)` instance and removed `fold1` (#39, #43)
- Improved and expanded documentation in the module header (#30)
- Fixed mistaken reference to `Functor` in documentation comment for `Apply` instance (#33)
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#42)
- Added a changelog and pull request template (#44, #45)

## [v5.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v5.1.0) - 2018-10-28

Added `Foldable1`, `FoldableWithIndex`, `Traversable1`, `TraversableWithIndex` instances (@MonoidMusician)
- Added `Foldable1`, `FoldableWithIndex`, `Traversable1`, `TraversableWithIndex` instances (@MonoidMusician)

## [v5.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v5.0.0) - 2018-05-23

Updated for PureScript 0.12
- Updated for PureScript 0.12

## [v4.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v4.1.0) - 2017-05-28

Expand Down Expand Up @@ -48,40 +55,29 @@ Updated for PureScript 0.12
## [v1.0.0](https://github.com/purescript/purescript-tuples/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-tuples/releases/tag/v1.0.0-rc.2) - 2016-03-20

- Updated for new `Prelude` class hierarchies

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

- Release candidate for the psc 0.8+ core libraries
**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.

## [v0.4.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0) - 2015-06-30

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.4.0-rc.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0-rc.1) - 2015-06-06

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

## [v0.3.4](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.4) - 2015-03-25

Improvements to nested tuples (@natefaubion)
- Improvements to nested tuples (@natefaubion)

## [v0.3.3](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.3) - 2015-03-25

More updates to nested tuples (@jdegoes)
- More updates to nested tuples (@jdegoes)

## [v0.3.2](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.2) - 2015-03-24

Rework nested tuples (@jdegoes)
- Rework nested tuples (@jdegoes)

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

Update docs (@brainrape)
- Updated docs (@brainrape)

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

Expand All @@ -94,7 +90,7 @@ Update docs (@brainrape)

## [v0.2.2](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.2) - 2014-11-05


- Ease pain of working with nested tuples

## [v0.2.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.1) - 2014-09-08

Expand All @@ -110,9 +106,8 @@ Update docs (@brainrape)

## [v0.1.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.1.1) - 2014-04-25


- Removed test-related stuff (moved to core-tests)

## [v0.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.1.0) - 2014-04-21



- Initial release