Skip to content

Releases: softwareventures/array

v3.5.1

22 Nov 19:01

Choose a tag to compare

3.5.1 (2020-11-22)

Bug Fixes

  • foreach: improve type of forEach function (37d8f45)

v3.5.0

22 Nov 18:50

Choose a tag to compare

3.5.0 (2020-11-22)

Features

  • foreach: add forEach function (c0f769b)
  • shuffle: accept any ArrayLike as argument to shuffle (b455f81)

v3.4.0

22 Nov 18:30

Choose a tag to compare

3.4.0 (2020-11-22)

Features

  • excludenull: add excludeNull function (8542b93)

v3.3.0

22 Nov 18:21

Choose a tag to compare

3.3.0 (2020-11-22)

Features

  • types: export function signatures in preference to const lambdas (a54e163)

v3.2.0

17 Sep 22:30

Choose a tag to compare

3.2.0 (2020-09-17)

Features

  • shuffle: add shuffle function (52f37f7)

v3.1.0

15 Aug 22:17

Choose a tag to compare

3.1.0 (2020-08-15)

Features

  • concatmap: pass index argument to mapping function (37f2f93)
  • dropwhile: pass index to predicate function (52ce4f4)
  • foldmap: pass index to mapping function (4e80915)
  • foldmapright: pass index to mapping function (c10ffb4)
  • groupbyidentitywithhash: pass index to hashing function (7c6aa01)
  • keyby: pass index to keying function (07651b4)
  • keyfirstby: pass index to keying function (a039d3d)
  • keylastby: pass index to keying function (4e60060)
  • takewhile: pass index to predicate function (81aac77)
  • uniquebyidentitywithhash: pass index to hashing function (c24295a)

v3.0.0

14 Aug 04:04

Choose a tag to compare

3.0.0 (2020-08-14)

Features

  • foldmap: require initial value for foldMap (af40523)
  • foldmapright: add foldMapRight functions (5f8b4ff)

BREAKING CHANGES

  • foldmap: foldMap and foldMapFn now require an initial value, like the other fold and scan
    functions.

v2.0.0

14 Aug 02:51

Choose a tag to compare

2.0.0 (2020-08-14)

Features

  • scanmonoid: delete scanMonoid functions (b2341f1)

BREAKING CHANGES

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

v1.0.0

14 Aug 02:46

Choose a tag to compare

1.0.0 (2020-08-14)

Features

  • foldmonoid: delete foldMonoid functions (ed44f9a)

BREAKING CHANGES

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

v0.33.1

21 Jul 21:52
ea719e9

Choose a tag to compare

0.33.1 (2020-07-21)

Bug Fixes

  • deps: update dependency @softwareventures/dictionary to ^0.6.0 || ^0.7.0 (#35) (ea719e9)