Skip to content

Releases: purescript/purescript-lists

v7.0.0

27 Apr 20:53
b113451
Compare
Choose a tag to compare

Breaking changes:

v6.1.0

22 Feb 23:54
Compare
Choose a tag to compare

New features:

Other improvements:

v6.0.1

19 Apr 23:52
Compare
Choose a tag to compare

Other improvements:

v6.0.0

26 Feb 18:57
2578dd8
Compare
Choose a tag to compare

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)

v5.4.1

06 May 22:30
62900a5
Compare
Choose a tag to compare

Fixes a shadowed name warning in advance of new purs version

v5.4.0

09 Feb 21:10
6629e0c
Compare
Choose a tag to compare

Added scanrLazy for lazy lists (@drewolson)

v5.3.0

31 Aug 10:53
3566228
Compare
Choose a tag to compare
  • Added cons' and snoc' variations for NonEmptyList that construct from an a+List a

v5.2.0

19 Aug 14:09
3d864d1
Compare
Choose a tag to compare
  • Added Unfoldable1 instances for NonEmptyLists

v5.1.0

19 Aug 13:45
ad31f0a
Compare
Choose a tag to compare
  • Added FunctorWithIndex and related instances for NonEmptyLists (@cryogenian)

v5.0.0

23 May 21:01
61e9c15
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Fixed a bug in take for lazy lists (@ibara1454)
  • Added tails (@colehaus)