Skip to content

Releases: asd-xiv/m

v2.9.0

01 Sep 17:28
Compare
Choose a tag to compare

2.9.0 (2020-09-01)

Features

  • Add "mergeAll" and "mergeBy". Update "merge" to allow curried call (8d4978a)

v2.8.0

01 Sep 15:27
Compare
Choose a tag to compare

2.8.0 (2020-09-01)

Features

  • random: Set default values for min and max, 0 and 1 (1e1928d)
  • startsWith: Update to allow uncurried call (a6ce114)

v2.7.0

30 Aug 11:11
Compare
Choose a tag to compare

2.7.0 (2020-08-30)

Features

  • repeat: Update to allow uncurried call (fe6bb46)

v2.6.0

29 Aug 19:24
Compare
Choose a tag to compare

2.6.0 (2020-08-29)

Features

v2.5.0

29 Aug 19:08
Compare
Choose a tag to compare

2.5.0 (2020-08-29)

Features

  • Use documentation.js (2ad8a89)
  • partition: Update to allow uncurried call (9445c05)
  • Add "hasKey" function (6d6d8af)
  • remove: Update to allow uncurried call (776ccd4)

v2.4.1

28 Aug 16:53
Compare
Choose a tag to compare

2.4.1 (2020-08-28)

Bug Fixes

  • converge: Allow any arity for source parameters (1901d39)

v2.4.0

28 Aug 15:24
Compare
Choose a tag to compare

2.4.0 (2020-08-28)

Features

  • Add "converge" functions (ebd03ee)

v2.3.0

28 Aug 14:20
Compare
Choose a tag to compare

2.3.0 (2020-08-28)

Features

  • Update "all", "any" and "reduce" to allow uncurried call (afae8e5)
  • Update "deepEqual" to allow curried call (3b53bd6)
  • Update "find", "findWith", "findIndex" and "findIndexWith" to allow uncurried call (4e2403b)

v2.2.1

28 Aug 11:38
Compare
Choose a tag to compare

2.2.1 (2020-08-28)

Bug Fixes

  • mapMatrix: Pass current item, indexes and source array when running with array of functions (a432ec2)

v2.2.0

27 Aug 20:21
Compare
Choose a tag to compare

2.2.0 (2020-08-27)

Bug Fixes

  • Pass current item, index and source array when running map with array of functions (4847d7b)

Features

  • Update "reduce" to allow uncurried call (69ce47d)