commit | 04eae7a581f585fc9bafa9a36d2817e14c19c5aa | [log] [tgz] |
---|---|---|
author | Nicholas Shahan <nshahan@google.com> | Mon Dec 10 14:15:29 2018 -0800 |
committer | GitHub <noreply@github.com> | Mon Dec 10 14:15:29 2018 -0800 |
tree | 5232f609dd2ea5712fff38b170a790566d58eb75 | |
parent | 01535844c506557be9af899ed64be840e85e7279 [diff] |
Prep to publish v0.22.1+5 (#77)
Support for detecting and being notified when an object is mutated.
An observable is a way to be notified of a continuous stream of events over time.
Some suggested uses for this library:
You may want to look at the former TC39 proposal Observe.observe, which was deprecated.
There are two general ways to detect changes:
Observable.changes
and be notified when an object changesDiffer.diff
to determine changes between two objects