Releases: purescript/purescript-nonempty
Releases · purescript/purescript-nonempty
v7.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#51 by @JordanMartinez)
Other improvements:
- Drop deprecation warning on
fold1
(#45 by @JordanMartinez)
v6.1.0
New features:
- Added semigroup instance (#18 by @jmatsushita)
v6.0.0
Breaking changes:
New features:
Bugfixes:
Other improvements:
- Fixed
Foldable1 (NonEmpty f)
instance, asFoldable1
now hasfoldr1
andfoldl1
as members (#39) - Deprecated monomorphic
foldl1
, suggesting the polymorphicfoldl1
fromData.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
v4.3.0
v4.2.0
- Added
Foldable1
instance (@matthewleon)