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: