Releases: purescript/purescript-tuples
Releases · purescript/purescript-tuples
v7.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#50 by @JordanMartinez)
v6.0.1
Other improvements:
- Fix warnings revealed by v0.14.1 PS release (#48 by @JordanMartinez)
v6.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#37, #43)
Data.Tuple.lookuphas been moved toData.Foldable.lookupin thepurescript-foldable-traversablepackage (#46)
New features:
- Added Generic instance for Tuple (#40)
- This package no longer depends on the
purescript-bifunctors,purescript-distributive,purescript-foldable-traversable,purescript-maybe,purescript-newtype, andpurescript-type-equalitypackages. Relevant instances have been moved to those packages. (#46)
Bugfixes:
Other improvements:
- Added
foldr1andfoldl1implementations toFoldable1 (Tuple a)instance and removedfold1(#39, #43) - Improved and expanded documentation in the module header (#30)
- Fixed mistaken reference to
Functorin documentation comment forApplyinstance (#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
Added Foldable1, FoldableWithIndex, Traversable1, TraversableWithIndex instances (@MonoidMusician)
v5.0.0
v4.1.0
- Add
Distributiveinstance (@matthewleon)
v4.0.0
v3.2.0
v3.1.0
- Added type operator alias for
/\(@damncabbage)