Skip to content

v6.0.0

Compare
Choose a tag to compare
@thomashoneyman thomashoneyman released this 26 Feb 18:57
· 14 commits to master since this release
2578dd8

Breaking changes:

  • Converted nub/nubBy to use ordering, rather than equality (#179)
  • Renamed scanrLazy to scanlLazy and fixed parameter ordering (#161)
  • Renamed group' to groupAll (#182)
  • Changed Alt ZipList to satisfy distributivity (#150)
  • Updated the Show instances for (non empty) lazy lists (#181)

New features:

  • Added nubEq/nubByEq (#179)
  • Added groupAllBy (#182, #191)
  • Added Eq1 and Ord1 instances to NonEmptyList and LazyNonEmptyList (#188)

Bugfixes:

Other improvements:

  • Fixed Lazy List docs where original list is returned instead of Nothing (#169)
  • Migrated to GitHub Actions (#177)
  • Changed foldM type signature to more closely match foldl (#165)
  • Improved foldr performance on large lists (#180)
  • Generated changelog and add PR template (#187)