Skip to content

Releases: Cysharp/ObservableCollections

Ver.3.3.3

16 Dec 03:15
6f5de33
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.2...3.3.3

Ver.3.3.2

11 Nov 07:52
a16edc1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.3.1...3.3.2

Ver.3.3.1

21 Oct 02:59
a4d80bd
Compare
Choose a tag to compare

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

18 Oct 12:16
Compare
Choose a tag to compare

What's Changed

  • Breaking Changes ISynchronizedViewFilter<T> now becomes ISynchronizedViewFilter<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

16 Oct 05:27
Compare
Choose a tag to compare

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
  • publicINotifyCollectionChangedSynchronizedViewList changed to NotifyCollectionChangedSynchronizedViewList to avoid ambigious collection interface

New Contributors

Full Changelog: 3.1.1...3.2.0

Ver.3.1.1

07 Oct 09:33
Compare
Choose a tag to compare

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

03 Oct 10:33
Compare
Choose a tag to compare
  • Fix regression bug from v3.0.5, NotifyCollectionChangedView does not work on ObservableDictionary
  • Add WritableView to ObservableList<T>

Full Changelog: 3.0.5...3.1.0

Ver.3.0.5

02 Oct 09:34
Compare
Choose a tag to compare
  • 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

12 Sep 15:42
Compare
Choose a tag to compare
  • Fix ObservableDictionary.ToNotifyCollectionChanged that doesn't bind correctly

Full Changelog: 3.0.3...3.0.4

Ver.3.0.3

09 Sep 16:35
Compare
Choose a tag to compare
  • Filtered Dictionary View add operation adds last

Full Changelog: 3.0.2...3.0.3