commit | 08d893c74c1bc6c045ef97b3577f9d54f6ea7352 | [log] [tgz] |
---|---|---|
author | Mark Egli <markegli@google.com> | Wed Dec 01 14:37:58 2021 -0600 |
committer | Mark Egli <markegli@google.com> | Wed Dec 01 15:12:44 2021 -0600 |
tree | d81c4f0b475a28838bdd4029fc34826c93a70b57 | |
parent | 577080b7d7719211e26897552e4d33b7492c3b27 [diff] |
Bump dependencies and prepare for 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