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
MonadZeroinstance (#205 by @JordanMartinez) - Drop deprecated
group'andmapWithIndex(#206 by @JordanMartinez) - Change
groupAllByto use a comparison function (#191)
v6.1.0
New features:
- Added
consforLazy.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/nubByto use ordering, rather than equality (#179) - Renamed
scanrLazytoscanlLazyand fixed parameter ordering (#161) - Renamed
group'togroupAll(#182) - Changed
Alt ZipListto satisfy distributivity (#150) - Updated the
Showinstances for (non empty) lazy lists (#181)
New features:
- Added
nubEq/nubByEq(#179) - Added
groupAllBy(#182, #191) - Added
Eq1andOrd1instances toNonEmptyListandLazyNonEmptyList(#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
FunctorWithIndexand related instances forNonEmptyLists (@cryogenian)