Skip to content

Releases: asd-xiv/m

v3.3.0

12 Nov 19:17
Compare
Choose a tag to compare

3.3.0 (2020-11-12)

Features

  • Add "mutate" function selectivly transform object properties (e362737)

v3.2.0

05 Nov 07:11
Compare
Choose a tag to compare

3.2.0 (2020-11-05)

Features

  • Add "toUpper" function to convert strings into UPPER CASE (eb9e2f9)

v3.1.1

12 Oct 19:34
Compare
Choose a tag to compare

3.1.1 (2020-10-12)

Bug Fixes

  • Expose "minBy" and "maxBy" (abda097)

v3.1.0

12 Oct 13:50
Compare
Choose a tag to compare

3.1.0 (2020-10-12)

Features

  • Add "append" and "prepend" functions. "concat" is now alias of "append" (91fc6d7)
  • Rewrite "count" multiple signatures into separate functions - count, countBy and countWith (2f76c17)
  • forEach: Update to allow uncurried call, accept non-array input, treat function array as pipe (9e8367f)

v3.0.0

01 Oct 12:26
Compare
Choose a tag to compare

3.0.0 (2020-10-01)

Features

  • Update "when" to pipe when passing array of functions. Add uncurried version. (3010b42)

BREAKING CHANGES

  • No longer accepts primitive values for thenFn or elseFn parameters.

// old
when(isTrue, "val is true", "value is not true", true)

// new
when(isTrue, () => "val is true", same("value is not true"), true)

v2.13.0

11 Sep 08:48
Compare
Choose a tag to compare

2.13.0 (2020-09-11)

Features

v2.12.1

03 Sep 16:28
Compare
Choose a tag to compare

2.12.1 (2020-09-03)

Bug Fixes

  • merge: Uncurried call not using passed objects (c4fcc80)

v2.12.0

03 Sep 10:00
Compare
Choose a tag to compare

2.12.0 (2020-09-03)

Features

v2.11.0

02 Sep 07:59
Compare
Choose a tag to compare

2.11.0 (2020-09-02)

Features

v2.10.0

01 Sep 22:50
Compare
Choose a tag to compare

2.10.0 (2020-09-01)

Features