Skip to content

Releases: softwareventures/array

v0.23.0

19 Mar 04:16
Compare
Choose a tag to compare

0.23.0 (2020-03-19)

Features

  • uniquebyequality: add uniqueByEquality function (d7cc686)

v0.22.0

19 Mar 03:44
Compare
Choose a tag to compare

0.22.0 (2020-03-19)

Features

  • groupbyhash: allow consumers to use any Key type as a hash (1faa6cf)
  • groupbyidentity: add groupByIdentity and related functions (01fdf65)

v0.21.2

19 Mar 03:02
Compare
Choose a tag to compare

0.21.2 (2020-03-19)

Bug Fixes

  • deps: unpin dependency on dictionary-types (fd73592)

v0.21.1

06 Mar 19:28
Compare
Choose a tag to compare

0.21.1 (2020-03-06)

Bug Fixes

  • find: fix incorrect implementations of find and findIndex (c6391d3)

v0.21.0

05 Mar 12:02
Compare
Choose a tag to compare

0.21.0 (2020-03-05)

Features

  • filterfirst: add filterFirst function (7e458ea)

v0.20.0

13 Feb 01:46
Compare
Choose a tag to compare

0.20.0 (2020-02-13)

Features

  • keyby: support non-string key type in keyBy function and variants (bf152d4)

v0.19.1

13 Feb 01:44
Compare
Choose a tag to compare

0.19.1 (2020-02-13)

Bug Fixes

  • deps: update dependency dictionary-types to v1.1.0 (101f648)

v0.19.0

06 Feb 01:54
Compare
Choose a tag to compare

0.19.0 (2020-02-06)

Features

  • keyfirstby: add keyFirstBy function (cb2c615)
  • keylastby: add keyLastBy function (49ed1ae)

v0.18.0

09 Jan 12:44
Compare
Choose a tag to compare

0.18.0 (2020-01-09)

Features

  • find: rename "find" to "findIndex", create new "find" function that returns actual element (7f68e29)

v0.17.0

09 Jan 12:02
Compare
Choose a tag to compare

0.17.0 (2020-01-09)

Features

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