commit | 809a8bdac20678315c99643115ae7480928e0f30 | [log] [tgz] |
---|---|---|
author | Matan Lurey <matan@lurey.org> | Fri Mar 23 16:27:24 2018 -0700 |
committer | Matan Lurey <matan@lurey.org> | Fri Mar 23 16:27:24 2018 -0700 |
tree | fbde48a82f1368bff72f46b14b8f3dca798f8592 | |
parent | 1daca513cad915d24d6d28d110c1eec65936488d [diff] |
Correctly version before release.
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