This repository was archived by the owner on Sep 12, 2020. It is now read-only.
v0.3.2 Release
·
232 commits
to master
since this release
Added a new abstract base class for reactive collections: ReadOnlyReactiveCollection, which makes it much easier to implement custom reactive collections. Both ReactiveCollection and DerivedReactiveCollection derive from ReadOnlyCollection. This change should not affect existing code.