commit | f7521fb37351625d135b71feb7f145729dfc00fc | [log] [tgz] |
---|---|---|
author | Matan Lurey <matanlurey@users.noreply.github.com> | Mon Nov 28 19:06:32 2016 -0800 |
committer | GitHub <noreply@github.com> | Mon Nov 28 19:06:32 2016 -0800 |
tree | 9384efc850eb08869c7732defdadafc74c2161f4 | |
parent | 82093441c74a63c1aac7895fb477c9cd326b39f0 [diff] |
Add unmodifiable versions of each observable collection (#21) * Add an ObservableSet implementation * Add tests, cleanup. * Cleanup licensing. * Add unmodifiable observable collections * Change versions.
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