Skip to content

Releases: softwareventures/array

v0.17.0

09 Jan 12:02

Choose a tag to compare

0.17.0 (2020-01-09)

Features

  • partition: add "partition" function (8f4dd99)

v0.16.1

21 Sep 21:06

Choose a tag to compare

0.16.1 (2019-09-21)

Bug Fixes

  • foldmap: fix incorrect implementation of foldMap (a6cbcdb)

v0.16.0

21 Sep 20:52

Choose a tag to compare

0.16.0 (2019-09-21)

Features

  • foldMap: add curried variant of foldMap (ca36a56)

v0.15.0

18 Sep 00:53

Choose a tag to compare

0.15.0 (2019-09-18)

Features

  • foldMap: add foldMap function (1e73467)

v0.14.1

10 Jun 23:15

Choose a tag to compare

0.14.1 (2019-06-10)

Bug Fixes

  • deps: update dependency tslib to v1.10.0 (5ba1703)

v0.14.0

06 May 14:01

Choose a tag to compare

0.14.0 (2019-05-06)

Features

  • noneNull: implement noneNull function (6da6fee)

v0.13.0

06 May 10:08

Choose a tag to compare

0.13.0 (2019-05-06)

Features

  • groupAdjacent: add curried variant of groupAdjacent function (a3cbdef)

v0.12.0

06 May 09:37

Choose a tag to compare

0.12.0 (2019-05-06)

Features

  • groupAdjacent: implement groupAdjacent function (4dd2f92)
  • groupAdjacentByEquality: implement groupAdjacentByEquality functions (6ab2209)
  • groupAdjacentByHash: implement groupAdjacentByHash functions (dec4678)
  • groupAdjacentByOrder: implement groupAdjacentByOrder functions (b551ad3)

v0.11.1

06 May 07:43

Choose a tag to compare

0.11.1 (2019-05-06)

Bug Fixes

  • concatMap: correct callback types (9242fbd)

v0.11.0

22 Apr 22:25

Choose a tag to compare

0.11.0 (2019-04-22)

Features

  • group: implement group functions (dd4f244)
  • groupByEquality: implement groupByEquality functions (262d862)
  • groupByEqualityWithHash: implement groupByEqualityWithHash functions (f790450)
  • groupByHash: implement groupByHash functions (e3a6850)
  • groupByOrder: rename "groupOrdered" functions to groupByOrder (295703f)
  • Grouping: add Grouping type (71b7d2f)
  • groupOrdered: rename "group" functions to "groupOrdered" (8243749)
  • groupOrderedWithHash: implement groupOrderedWithHash functions (a4cf3b1)