| commit | 81bbeab8e6ca3b3fb2fda92a8cfd12b826011f8c | [log] [tgz] |
|---|---|---|
| author | Matan Lurey <matanlurey@users.noreply.github.com> | Thu Nov 17 18:30:42 2016 |
| committer | GitHub <noreply@github.com> | Thu Nov 17 18:30:42 2016 |
| tree | 5f4728fbe2c7e433a3b7fa62f654023df1ba1ca9 | |
| parent | 5d9eec7e00f07978d61b70056fa7bbd2dc207d6e [diff] |
Add MapDiffer, cleanup MapChangeRecord (#8) * Fix bug in list_differ * Add MapDiffer and refactor MapChangeRecord
Support for detecting and being notified when an object is mutated.
There are two general ways to detect changes:
Observable.changes and be notified when an object changesDiffer.diff to determine changes between two objects