tag | 9d61e994c5d169c41483c2183e50481b5af86b59 | |
---|---|---|
tagger | Kevin Moore <kevmoo@google.com> | Tue Mar 23 10:30:31 2021 -0700 |
object | def678f9aea2e1a36f4719260bf41f87864d860c |
commit | def678f9aea2e1a36f4719260bf41f87864d860c | [log] [tgz] |
---|---|---|
author | Kevin Moore <kevmoo@users.noreply.github.com> | Tue Mar 23 10:11:09 2021 -0700 |
committer | GitHub <noreply@github.com> | Tue Mar 23 10:11:09 2021 -0700 |
tree | 132ee560ad9666430e26b200d7761d6ec2332264 | |
parent | 9701b06129323059eb54d4c3c69e5803cadbde62 [diff] |
Enable GitHub actions, bump dependencies, prepare for release (#104)
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