Skip to content

Releases: asd-xiv/m

v2.1.0

26 Aug 21:32
Compare
Choose a tag to compare

2.1.0 (2020-08-26)

Features

  • Update "join" to allow uncurried call (d836ce4)

v2.0.0

26 Aug 20:49
Compare
Choose a tag to compare

2.0.0 (2020-08-26)

Features

  • Update "map" to allow curried and un-curried calling. (eea3954)

BREAKING CHANGES

  • Multiple functions can be passed if wrapped in array.
// old
map(inc, inc)([1, 2])

// new
map([inc, inc], [1, 2])

v1.19.0

26 Aug 19:35
Compare
Choose a tag to compare

1.19.0 (2020-08-26)

Features

  • Update "when" to return thenFn or elseFn if not functions (dcaedb4)

v1.18.0

26 Aug 15:53
Compare
Choose a tag to compare

1.18.0 (2020-08-26)

Features

  • Add "mapMatrix" function, a two-dimensional version of "map" (f58ec39)

v1.17.0

12 Aug 21:09
Compare
Choose a tag to compare

1.17.0 (2020-08-12)

Features

  • Add String support for head and tail functions (87664f9)

v1.16.0

17 Jul 16:42
Compare
Choose a tag to compare

1.16.0 (2020-07-17)

Features

v1.15.0

18 May 21:58
Compare
Choose a tag to compare

1.15.0 (2020-05-18)

Features

  • Add "keys" for getting an Object's property names (c56178e)

v1.14.0

15 May 16:09
Compare
Choose a tag to compare

1.14.0 (2020-05-15)

Features

  • Update "count" to also work for strings and objects (1002075)

v1.13.0

01 May 19:23
Compare
Choose a tag to compare

1.13.0 (2020-05-01)

Features

v1.12.0

07 Apr 20:15
Compare
Choose a tag to compare

1.12.0 (2020-04-07)

Features

  • Add "not" for negating a predicate (80fa470)