Skip to content

Releases: runceel/ReactiveProperty

Release 9.8.0

15 Nov 04:11
a5c6d1d

Choose a tag to compare

What's Changed

  • Upgrade to .NET 10 SDK and update libraries by @runceel in #511

Full Changelog: v9.7.0...v9.8.0

Release 9.7.0

27 Jan 05:47
6c76130

Choose a tag to compare

Bug Fixes

  • Fixed an issue where using ObserveProperty could cause an InvalidOperationException. #498

Release 9.6.0

14 Jul 03:04

Choose a tag to compare

  • Update System.Reactive to v6.0.1 from v6.0.0.
  • Remove XamarinAnrdoid and XamariniOS packages
    • Please use ReactiveProperty package for MAUI.

Release 9.5.0

28 Feb 01:56
05f93bb

Choose a tag to compare

Added

  • Added OnPropertyChanged(string propertyName) method to raise PropertyChanged event from derived classes for ReactiveProperty, ReactivePropertySlim, ReadOnlyReactiveProperty, ReadOnlyReactivePropertySlim and ValidatableReactiveProperty. #474

Release 9.4.1

12 Feb 12:04
ede277e

Choose a tag to compare

Release 9.4.0

11 Feb 01:40
0c0c62a

Choose a tag to compare

Rebuild on .NET 8 SDK.

  • Add .NET 8 target framework.

Release 9.4.0-pre8

21 Dec 23:46
73a2dac

Choose a tag to compare

Release 9.4.0-pre8 Pre-release
Pre-release

Rebuild on .NET 8 SDK.

Release v9.3.4

30 Oct 00:27

Choose a tag to compare

  • Fix event handler unsbscription leaks #450
  • Fix deadlock on ReactivePropertyWpfScheduler #452

Release v9.3.3

10 Oct 08:08
4fa583d

Choose a tag to compare

Fix

  • Detach PropertyChanged events on Dispose #445

Release v9.3.2

25 Sep 04:02

Choose a tag to compare

  • Performance improvment for FilteredReadOnlyObservableCollection.