Releases: purescript/purescript-lists
Releases · purescript/purescript-lists
v7.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#203 by @JordanMartinez)
- Drop deprecated
MonadZero
instance (#205 by @JordanMartinez) - Drop deprecated
group'
andmapWithIndex
(#206 by @JordanMartinez) - Change
groupAllBy
to use a comparison function (#191)
v6.1.0
New features:
- Added
cons
forLazy.NonEmptyList
(#143 by @matthewleon)
Other improvements:
- Fix ad-hoc usage of case expression (#202 by @JordanMartinez)
v6.0.1
Other improvements:
- Fixed warnings revealed by v0.14.1 PureScript release (#198 by @JordanMartinez)
v6.0.0
Breaking changes:
- Converted
nub
/nubBy
to use ordering, rather than equality (#179) - Renamed
scanrLazy
toscanlLazy
and fixed parameter ordering (#161) - Renamed
group'
togroupAll
(#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
andOrd1
instances toNonEmptyList
andLazyNonEmptyList
(#188)
Bugfixes:
Other improvements:
v5.4.1
v5.4.0
Added scanrLazy
for lazy lists (@drewolson)
v5.3.0
v5.2.0
v5.1.0
- Added
FunctorWithIndex
and related instances forNonEmptyList
s (@cryogenian)