Skip to content

v6.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:18
· 5 commits to master since this release
d3e91e3

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#38, #44)

New features:

Bugfixes:

Other improvements:

  • Fixed Foldable1 (NonEmpty f) instance, as Foldable1 now has foldr1 and foldl1 as members (#39)
  • Deprecated monomorphic foldl1, suggesting the polymorphic foldl1 from Data.Semigroup.Foldable instead (#42)
  • Added examples (#36)
  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#43)
  • Added a changelog and pull request template (#46)