Releases: Cysharp/ObservableCollections
Releases · Cysharp/ObservableCollections
Ver.3.3.3
Ver.3.3.2
Ver.3.3.1
What's Changed
- Improve synchronization handling in event dispatcher by @zerodev1200 in #83
Full Changelog: 3.3.0...3.3.1
Ver.3.3.0
What's Changed
- Breaking Changes
ISynchronizedViewFilter<T>
now becomesISynchronizedViewFilter<T, TView>
, filter IsMatch receives view - Change WritableView implementation by @zerodev1200 in #82
- Add Observe*** to ISynchronizedView in ObservableCollections.R3
Full Changelog: 3.2.0...3.3.0
Ver.3.2.0
What's Changed
- Fixed SampleScript in the readme by @kyubuns in #77
- Add IObservableCollection.ObserveChanged in ObservableCollections.R3
- All Observable Collections now becomes non-sealed
- public
INotifyCollectionChangedSynchronizedViewList
changed toNotifyCollectionChangedSynchronizedViewList
to avoid ambigious collection interface
New Contributors
Full Changelog: 3.1.1...3.2.0
Ver.3.1.1
What's Changed
- add overload, and change the order of arguments by @zerodev1200 in #74
- WritableNotifyCollectionChanged supports
Add
operation - Fixed filter attached WritableNotifyCollectionChanged does not set correct index to original collection
Full Changelog: 3.1.0...3.1.1
Ver.3.1.0
- Fix regression bug from v3.0.5, NotifyCollectionChangedView does not work on ObservableDictionary
- Add
WritableView
toObservableList<T>
Full Changelog: 3.0.5...3.1.0
Ver.3.0.5
- Fix: (NotifyCollectionChanged)SynchronizedViewList does not sync correctly when view is attached with filter
Full Changelog: 3.0.4...3.0.5
Ver.3.0.4
- Fix ObservableDictionary.ToNotifyCollectionChanged that doesn't bind correctly
Full Changelog: 3.0.3...3.0.4
Ver.3.0.3
- Filtered Dictionary View add operation adds last
Full Changelog: 3.0.2...3.0.3