Skip to content

Releases: purescript/purescript-tuples

v7.0.0

27 Apr 18:33
4f52da2
Compare
Choose a tag to compare

Breaking changes:

v6.0.1

27 Apr 20:23
Compare
Choose a tag to compare

Other improvements:

v6.0.0

26 Feb 17:46
3fb71a8
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#37, #43)
  • Data.Tuple.lookup has been moved to Data.Foldable.lookup in the purescript-foldable-traversable package (#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, and purescript-type-equality packages. Relevant instances have been moved to those packages. (#46)

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

28 Oct 00:39
0036bf9
Compare
Choose a tag to compare

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

v5.0.0

23 May 14:49
8f87b7d
Compare
Choose a tag to compare

Updated for PureScript 0.12

v4.1.0

28 May 20:08
Compare
Choose a tag to compare

v4.0.0

26 Mar 00:30
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v3.2.0

02 Mar 22:37
Compare
Choose a tag to compare
  • Added Eq1 and Ord1 instances

v3.1.0

29 Dec 22:24
Compare
Choose a tag to compare

v3.0.0

05 Oct 21:57
Compare
Choose a tag to compare
  • Nested tuple operations are now "open" (extensible)