Skip to content

v1.2.1

Compare
Choose a tag to compare
@mikaelbr mikaelbr released this 16 Dec 09:31
· 132 commits to master since this release

Patches:

  1. Fixes modifying structure during add, change, or delete events. #8
  2. Fixes emit event (add, change, delete) when updating value at key path to falsey value (e.g. void 0, false, etc). #8
  3. Improves heuristic on detecting existence of key path within a cursor by using notSetValue. #8

Thanks to @dashed for the PR.