commit | 9d09e57cd2b57729e6a3d17350661229720bfd0c | [log] [tgz] |
---|---|---|
author | Nicholas Shahan <nshahan@google.com> | Fri May 25 10:03:45 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri May 25 10:03:45 2018 -0700 |
tree | f24f818966faeacd4d6b3a89ce1e2dbd524bdaf9 | |
parent | e9369be668dffa2525b2d54ef6135bdedef7c88c [diff] |
Deprecate `retype` (#71) Update CHANGELOG in preparation to publish
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