Releases: softwareventures/array
Releases · softwareventures/array
v0.23.0
0.23.0 (2020-03-19)
Features
- uniquebyequality: add uniqueByEquality function (d7cc686)
v0.22.0
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
0.21.2 (2020-03-19)
Bug Fixes
- deps: unpin dependency on dictionary-types (fd73592)
v0.21.1
0.21.1 (2020-03-06)
Bug Fixes
- find: fix incorrect implementations of find and findIndex (c6391d3)
v0.21.0
0.21.0 (2020-03-05)
Features
- filterfirst: add filterFirst function (7e458ea)
v0.20.0
0.20.0 (2020-02-13)
Features
- keyby: support non-string key type in keyBy function and variants (bf152d4)
v0.19.1
0.19.1 (2020-02-13)
Bug Fixes
- deps: update dependency dictionary-types to v1.1.0 (101f648)
v0.19.0
0.19.0 (2020-02-06)
Features
- keyfirstby: add keyFirstBy function (cb2c615)
- keylastby: add keyLastBy function (49ed1ae)
v0.18.0
0.18.0 (2020-01-09)
Features
- find: rename "find" to "findIndex", create new "find" function that returns actual element (7f68e29)
v0.17.0
0.17.0 (2020-01-09)
Features
- partition: add "partition" function (8f4dd99)