v0.3.2
- View state now uses NestedCell instead of Cell for enhanced change event triggering.
- ListView - sort doesn't call a full, expensive re-render but instead reorders elements on the page
- Bug fixes on ListView - added missing var for strictness.
- Bug fixes on ListView - fixed removal of events from old collection when adding a new collection.
- Tests now run via Travis-ci! (but timing tests fail).