This repository has been archived by the owner on Sep 15, 2024. It is now read-only.
Version 0.4.1
- Add
from_instance
to make it easier to define reactive views based on instance attributes. (It can potentially make the current behaviour of assigning an observable to an existing reactive view instance obsolete.) - Make
ReactiveObject.observe
automatically cancen the subscription for convenience.