Skip to content
This repository was archived by the owner on Sep 12, 2020. It is now read-only.

v0.3.2 Release

Choose a tag to compare

@lecode-official lecode-official released this 09 May 16:53
· 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.