Skip to content

v2.0.0

Compare
Choose a tag to compare
@colbyr colbyr released this 30 Oct 21:23
· 38 commits to master since this release

Breaking

  • changes the argument order of set from value -> key -> subject to key -> value -> subject.

New

  • setIn keyPath -> value -> subject
  • update key -> value -> updater

Changes

  • updateIn supports Arrays and Objects