tag | 8472659f6a2df94d89f4c62efc6b06a1dde10f6f | |
---|---|---|
tagger | Sam Rawlins <srawlins@google.com> | Tue Feb 05 14:27:11 2019 -0800 |
object | 5cb19656f0809b961a328b8f7054a0eb14071978 |
0.22.2
commit | 5cb19656f0809b961a328b8f7054a0eb14071978 | [log] [tgz] |
---|---|---|
author | Sam Rawlins <sam.rawlins@gmail.com> | Tue Feb 05 14:26:15 2019 -0800 |
committer | GitHub <noreply@github.com> | Tue Feb 05 14:26:15 2019 -0800 |
tree | 1ea7652d981b6cb6bc54d2b496bc1d2a12cdc93a | |
parent | ff8d15a7d8521b856aa4fe897bc1cca28977de28 [diff] |
Bump to 0.22.2 (#82)
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