github Cysharp/ObservableCollections 3.0.0
Ver.3.0.0

latest releases: 3.3.4, 3.3.3, 3.3.2...
12 months ago

Overall breaking changes have been made, particularly with fundamental changes around the View.

Added Features

  • Sort and Reverse methods have been added to ObservableList and are now notified
  • View now reflects Sort and Reverse
  • View's Count now reflects the filtered value
  • View's standard iteration now only returns TView
  • Added UnfilteredCount, Filtered, and Unfiltered 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

Don't miss a new ObservableCollections release

NewReleases is sending notifications on new releases.