Skip to content

Releases: Cysharp/ObservableCollections

Ver.2.1.0

22 Feb 09:43
Compare
Choose a tag to compare

What's Changed

  • Add a dedicated event type for SynchronizedView by @hadashiA in #30

Full Changelog: 2.0.2...2.1.0

Ver.2.0.2

17 Feb 14:21
Compare
Choose a tag to compare
  • Expose ObservableFixedSizeRingBuffer.Capacity

Full Changelog: 2.0.1...2.0.2

Ver.2.0.1

16 Feb 09:24
Compare
Choose a tag to compare

What's Changed

  • Fix to emit INotifyCollectionChanged.OnPropertyChanged by @hadashiA in #27
  • Update R3 dependency to 1.0.0

Full Changelog: 2.0.0...2.0.1

Ver.2.0.0

15 Feb 08:30
Compare
Choose a tag to compare

What's Changed

  • chote: prevent github workflow change by @guitarrapc in #16
  • chore: change unity build to cysharp actions by @guitarrapc in #17
  • Fix typo in README.md by @proudust in #15
  • Remove unnecessary processing of ObservableList.Clear by @prozolic in #18
  • Support for firing add event for initial elements by @hadashiA in #20
  • Add ObservableCollections.R3 by @hadashiA in #21
  • ci: Cysharp/Actions/.github/workflows/create-release.yaml by @guitarrapc in #24
  • Fix the index provided by SortedView to filters by @hadashiA in #22
  • Remove the unity project and use NuGetForUnity by @hadashiA in #23
  • Change the INotifyCollectionChaneged to IE from IE<(T, View)> by @hadashiA in #25
  • Fix NotifyCollectionChangedSynchronizedView.GetEnumerator non-generic by @hadashiA in #26

New Contributors

Full Changelog: 1.1.3...2.0.0

Ver.1.1.3

01 Oct 12:04
Compare
Choose a tag to compare

What's Changed

  • feat: use Cysharp/Actions reusable workflows/actions by @guitarrapc in #10
  • [FIX] #11 by @yossiepon in #12
  • Fix Nullable conflict with imported type in mscorlib in unity 2021 by @yenmoc in #13

New Contributors

Full Changelog: 1.1.2...1.1.3

Ver.1.1.2

14 Feb 23:35
Compare
Choose a tag to compare
  • Fixed RingBuffer<T>.ToArray() / foreach throws OutOfRangeException when buffer is empty

Ver.1.1.1

14 Feb 23:12
Compare
Choose a tag to compare

* Fixed RingBuffer<T>.ToArray() / foreach throws OutOfRangeException when buffer is empty

Ver.1.1.0

22 Sep 08:31
Compare
Choose a tag to compare
  • Breaking changes: ISynchronizedViewFilter.OnCollectionChanged receives in NotifyCollectionChangedEventArgs<T> eventArgs.

Ver.1.0.2

10 Sep 12:06
Compare
Choose a tag to compare
  • Add RingBuffer.BinarySearch, ObservableRingBuffer.BinarySearch, ObservableFixedSizeRingBuffer.BinarySearch
  • Fixed more thread-safety of ObservableCollection's foreach

Ver.1.0.1

07 Sep 10:53
Compare
Choose a tag to compare
  • Fix Miss set the item to the array #3, thanks @lindexi
  • Fix AddRange throws OutOfRangeException, thanks @yucchiy