Skip to content

Tags: eccosolutions/array

Tags

v3.5.2

Toggle v3.5.2's commit message
refactor: tighten internal types

v3.5.1

Toggle v3.5.1's commit message
fix(foreach): improve type of forEach function

v3.5.0

Toggle v3.5.0's commit message
feat(foreach): add forEach function

v3.4.0

Toggle v3.4.0's commit message
feat(excludenull): add excludeNull function

v3.3.0

Toggle v3.3.0's commit message
feat(types): export function signatures in preference to const lambdas

v3.2.0

Toggle v3.2.0's commit message
feat(shuffle): add shuffle function

v3.1.0

Toggle v3.1.0's commit message
feat(uniquebyidentitywithhash): pass index to hashing function

v3.0.0

Toggle v3.0.0's commit message
feat(foldmapright): add foldMapRight functions

v2.0.0

Toggle v2.0.0's commit message
feat(scanmonoid): delete scanMonoid functions

These functions were named incorrectly and are not useful. I don't think it's a good or useful idea
to have variants of scan that do not take an initial value.

BREAKING CHANGE: The functions scanMonoid, scanMonoidFn, scanMonoidRight, and scanMonoidRightFn are
removed. Use scan, scanFn, scanRight, or scanRightFn instead.

v1.0.0

Toggle v1.0.0's commit message
feat(foldmonoid): delete foldMonoid functions

These functions were named incorrectly and are not useful. I don't think it's a good or useful idea
to have variants of fold that do not take an initial value.

BREAKING CHANGE: The functions foldMonoid, foldMonoidFn, foldMonoidRight, and foldMonoidRightFn are
removed. Use fold, foldFn, foldRight, or foldRightFn instead.