Skip to content

v4.1.0

Compare
Choose a tag to compare
@andreidmt andreidmt released this 08 Dec 16:33
· 151 commits to master since this release

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)