Skip to content

v6.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 17:46
· 5 commits to master since this release
3fb71a8

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)