Skip to content

Release 2.0.0

Choose a tag to compare

@ehmicky ehmicky released this 24 May 14:03
· 437 commits to main since this release

Breaking changes

  • Empty objects in the second argument are considered as normal objects. Before, they were considered as noop array update objects.
  • If an array update object is used but the first argument's value is not an array (including undefined), the array update object is applied against an empty array. Before, it was set as is.