Skip to content

v4.0.0

Compare
Choose a tag to compare
@andreidmt andreidmt released this 04 Dec 07:47
· 155 commits to master since this release

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.