Skip to content

Releases: purescript/purescript-nonempty

v7.0.0

27 Apr 20:33
28150ec
Compare
Choose a tag to compare

Breaking changes:

Other improvements:

v6.1.0

21 Oct 19:38
7696eaf
Compare
Choose a tag to compare

New features:

v6.0.0

26 Feb 18:18
d3e91e3
Compare
Choose a tag to compare

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)

v5.0.0

23 May 17:08
36ca3b2
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Monomorphic versions of Foldable1 functions have been removed

v4.3.0

13 May 16:26
2e8974a
Compare
Choose a tag to compare
  • Added Unfoldable1 instance

v4.2.0

25 Feb 17:33
1d53fbd
Compare
Choose a tag to compare

v4.1.1

21 Nov 13:00
23f2a37
Compare
Choose a tag to compare
  • Bumped minimum version of purescript-foldable-traversable (non-breaking) (@anttih)

v4.1.0

21 Nov 01:23
Compare
Choose a tag to compare

FunctorWithIndex, FoldableWithIndex, TraversableWithIndex instances (@matthewleon, @safareli)

v4.0.0

26 Mar 02:07
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v3.0.0

09 Oct 21:22
Compare
Choose a tag to compare
  • Removed generics dependency for rearranged hierarchy