Overall breaking changes have been made, particularly with fundamental changes around the View.
Added Features
Sort
andReverse
methods have been added toObservableList
and are now notified- View now reflects
Sort
andReverse
- View's Count now reflects the filtered value
- View's standard iteration now only returns TView
- Added
UnfilteredCount
,Filtered
, andUnfiltered
to View - Added
ViewChanged
event to View INotifyCollectionChangedSynchronizedViewList
now reflects View's filter- Added
ISynchronizedViewList
- Removed
WhenTrue/WhenFalse
from Filter
Removed Features
bool reverse
in View- SortedView
- FreezedCollection