@@ -5,20 +5,27 @@ Notable changes to this project are documented in this file. The format is based
55## [ Unreleased]
66
77Breaking changes:
8+ - Added support for PureScript 0.14 and dropped support for all previous versions (#37 , #43 )
89
910New features:
11+ - Added Generic instance for Tuple (#40 )
1012
1113Bugfixes:
1214
1315Other improvements:
16+ - Added ` foldr1 ` and ` foldl1 ` implementations to ` Foldable1 (Tuple a) ` instance and removed ` fold1 ` (#39 , #43 )
17+ - Improved and expanded documentation in the module header (#30 )
18+ - Fixed mistaken reference to ` Functor ` in documentation comment for ` Apply ` instance (#33 )
19+ - Migrated CI to GitHub Actions and updated installation instructions to use Spago (#42 )
20+ - Added a changelog and pull request template (#44 , #45 )
1421
1522## [ v5.1.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v5.1.0 ) - 2018-10-28
1623
17- Added ` Foldable1 ` , ` FoldableWithIndex ` , ` Traversable1 ` , ` TraversableWithIndex ` instances (@MonoidMusician )
24+ - Added ` Foldable1 ` , ` FoldableWithIndex ` , ` Traversable1 ` , ` TraversableWithIndex ` instances (@MonoidMusician )
1825
1926## [ v5.0.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v5.0.0 ) - 2018-05-23
2027
21- Updated for PureScript 0.12
28+ - Updated for PureScript 0.12
2229
2330## [ v4.1.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v4.1.0 ) - 2017-05-28
2431
@@ -48,40 +55,29 @@ Updated for PureScript 0.12
4855## [ v1.0.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0 ) - 2016-06-01
4956
5057This release is intended for the PureScript 0.9.1 compiler and newer.
51-
52- ** 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.
53-
54- ## [ v1.0.0-rc.2] ( https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0-rc.2 ) - 2016-03-20
55-
5658- Updated for new ` Prelude ` class hierarchies
5759
58- ## [ v1.0.0-rc.1] ( https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0-rc.1 ) - 2016-03-13
59-
60- - Release candidate for the psc 0.8+ core libraries
60+ ** 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.
6161
6262## [ v0.4.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0 ) - 2015-06-30
6363
6464This 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.
6565
66- ## [ v0.4.0-rc.1] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0-rc.1 ) - 2015-06-06
67-
68- Initial release candidate of the library intended for the 0.7 compiler.
69-
7066## [ v0.3.4] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.3.4 ) - 2015-03-25
7167
72- Improvements to nested tuples (@natefaubion )
68+ - Improvements to nested tuples (@natefaubion )
7369
7470## [ v0.3.3] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.3.3 ) - 2015-03-25
7571
76- More updates to nested tuples (@jdegoes )
72+ - More updates to nested tuples (@jdegoes )
7773
7874## [ v0.3.2] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.3.2 ) - 2015-03-24
7975
80- Rework nested tuples (@jdegoes )
76+ - Rework nested tuples (@jdegoes )
8177
8278## [ v0.3.1] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.3.1 ) - 2015-03-19
8379
84- Update docs (@brainrape )
80+ - Updated docs (@brainrape )
8581
8682## [ v0.3.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.3.0 ) - 2015-02-21
8783
@@ -94,7 +90,7 @@ Update docs (@brainrape)
9490
9591## [ v0.2.2] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.2.2 ) - 2014-11-05
9692
97-
93+ - Ease pain of working with nested tuples
9894
9995## [ v0.2.1] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.2.1 ) - 2014-09-08
10096
@@ -110,9 +106,8 @@ Update docs (@brainrape)
110106
111107## [ v0.1.1] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.1.1 ) - 2014-04-25
112108
113-
109+ - Removed test-related stuff (moved to core-tests)
114110
115111## [ v0.1.0] ( https://github.com/purescript/purescript-tuples/releases/tag/v0.1.0 ) - 2014-04-21
116112
117-
118-
113+ - Initial release
0 commit comments