Skip to content

Releases: asd-xiv/m

v4.5.0

21 Jan 11:35
Compare
Choose a tag to compare

4.5.0 (2021-01-21)

Features

v4.4.1

08 Jan 12:50
Compare
Choose a tag to compare

4.4.1 (2021-01-08)

Bug Fixes

  • Export "readMany" in main index (1df5d4d)

v4.4.0

08 Jan 12:02
Compare
Choose a tag to compare

4.4.0 (2021-01-08)

Features

  • Add "readMany" function for viewing lens on array of objects (bff62ce)

v4.3.0

28 Dec 21:48
Compare
Choose a tag to compare

4.3.0 (2020-12-28)

Features

  • Update packages, fix linting errors (950dc0d)

v4.2.0

27 Dec 22:39
Compare
Choose a tag to compare

4.2.0 (2020-12-27)

Features

  • Add "splitInGroupsOf" to split an array into smaller ones of set size (8cdd4c9)
  • Rename "renameKeys" to "rename", add "renameMany" for handling array of objects (48b2bca)
  • Update "split" to throw type errors on wrong parameters (a1018bc)

v4.1.2

10 Dec 17:45
Compare
Choose a tag to compare

4.1.2 (2020-12-10)

Bug Fixes

  • Allow "update" and "mutate" to change keys to array values (drop function piping for arrays) (9bc9656)

v4.1.1

08 Dec 16:52
Compare
Choose a tag to compare

4.1.1 (2020-12-08)

Bug Fixes

  • Update "upsertWith" to also apply property transformations when adding new element (49070f3)

v4.1.0

08 Dec 16:33
Compare
Choose a tag to compare

4.1.0 (2020-12-08)

Features

  • Add "update", "updateWith" and "updateMany" functions to update properties inside an object or array of objects (e28f9ff)
  • Rewrite "upsert" to use internaly "update" (da29a5f)
  • Update "mutate" to allow piping transormer functions. Add "mutateWith" and "mutateMany" for working with object arrays. (58e6d08)

v4.0.0

04 Dec 07:47
Compare
Choose a tag to compare

4.0.0 (2020-12-04)

Features

  • Add "move" function to move array elements from one position to another (04ebd6b)
  • Add "renameKeys" function to rename existing keys of an object, also accepts object arrays. (27ea70b)
  • Switch logic of "pluck" and "pick". Update "pluck" to accept object arrays. (13fea23)
  • Update "mutate" to accept object arrays (33d1ab9)

BREAKING CHANGES

  • "pick" for extracting one property, "pluck" for multiple. Ramda uses "pick" for plural and "pluck" for singular, RethinkDB the other way around. Going with Rethink.

v3.4.0

17 Nov 18:37
Compare
Choose a tag to compare

3.4.0 (2020-11-17)

Features