Releases: asd-xiv/m
Releases · asd-xiv/m
v4.5.0
v4.4.1
v4.4.0
v4.3.0
v4.2.0
v4.1.2
v4.1.1
v4.1.0
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
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.