v5.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#120)
- Removed
fold1Defaultand deprecatedfoldMap1Default(#128)
New features:
- Added
findMapWithIndex(#119) - Added
foldr1,foldl1,foldr1Default,foldl1Default,foldMap1DefaultR,foldMap1DefaultL(#121, #128) - Added
maximumByandminimumBytoData.Semigroup.Foldable(#123) - Added
lookuptoData.Foldable; this function previously lived inData.Tuplein thepurescript-tuplespackage (#131)
Bugfixes:
Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#127)
- Added a CHANGELOG.md file and pull request template (#129, #130)
- Wrapped
traverseArrayImplIIFE in parentheses (#52) - Added examples for
sequenceandtraverse(#115) - Changed
foldMtype signature to more closely matchfoldl(#111) - This package now depends on the
purescript-const,purescript-either,purescript-functors,purescript-identity, andpurescript-tuplespackages, and contains instances previously in those packages or thepurescript-bifunctorsorpurescript-profunctorpackages (#131)