Skip to content

Releases: runceel/ReactiveProperty

v5.1.0

21 Jun 10:18
Compare
Choose a tag to compare

Update summary

Add

  • Added IgnoreInitialValidationError in ReactivePropertyMode. When the flag was on then an initial validation error would be ignored.
  • Added Default in ReactivePropertyMode. It is same as DistinctUntilChanged | RaiseLatestValueOnSubscribe.

v5.0.0

03 Jun 02:31
Compare
Choose a tag to compare

Updated System.Reactive to 4.0.0.

Breaking change

Target platform is changed to .NET Standard 2.0.

v4.2.2

20 Apr 04:46
Compare
Choose a tag to compare

This release is an updating for serialization.

  • Change the accessibility to public of ReactivePropertySlim's Mode property.

@reniris Thank you PR! #78

v4.2.1

17 Mar 04:51
fb20afe
Compare
Choose a tag to compare

It is a minor update for Xamarin.Android. #73

Xamarin.Android

  • Added SetBinding extension method support ReactivePropertySlim/ReadOnlyReactiveSlim.
  • Added SetCommand extension method support AsyncReactiveCommand.

Special thanks

@MeilCli Thank you for your pull request.

v4.2.0

28 Jan 19:38
Compare
Choose a tag to compare

Compatibility update between ReactivePropertySlim and ReactiveProperty.

Change

  • Add IEqualityComparer<T> argument to constructor and factory methods of ReactiveProperty and ReadOnlyReactiveProperty.

Special thanks

@soi013 , thank you for your pull request #69 !

v4.1.1

20 Jan 04:21
Compare
Choose a tag to compare

Fixed the bug #68 .

v4.1.0

18 Jan 01:28
Compare
Choose a tag to compare

Change

  • Signed assemblies.

Add

  • Add ReactivePropertySlim class.
  • Add ReadOnlyReactivePropertySlim class.

v4.0.1-pre1

14 Jan 10:48
Compare
Choose a tag to compare
v4.0.1-pre1 Pre-release
Pre-release

Signed assemblies

v4.0.0

08 Jan 07:57
Compare
Choose a tag to compare

Breaking changes

.NET Standard version

  • Change the .NET Standard version to 1.3 from 1.1.
    • .NET Framework 4.5 and Windows store app aren't supported.

Removed features

  • Remove a SerializeHelper class.
    • Please use other serializer packages. For example, JSON.NET and MessagePack.ReactiveProperty.

Changes

  • ReactiveTimer class

    • Add an IsEnabled property.
    • Add the PropertyChanged event to Interval property and IsEnabled property.
  • ReactiveCommand class

    • Add WithSbscribe extension methods. #58
  • AsyncReactiveCommand class

    • Add WithSbscribe extension methods. #58

v4.0.0-pre5

06 Jan 05:00
Compare
Choose a tag to compare
v4.0.0-pre5 Pre-release
Pre-release

This is major update's preview release.
We updated the System.Reactive package to v4.x. This package is pre-release version yet.

Breaking changes

.NET Standard version

  • Change the .NET Standard version to 1.3 from 1.1.
    • .NET Framework 4.5 and Windows store app aren't supported.

Removed features

  • Remove a SerializeHelper class.
    • Please use other serializer packages. For example, JSON.NET and MessagePack.ReactiveProperty.

Changes

  • ReactiveTimer class

    • Add an IsEnabled property.
    • Add the PropertyChanged event to Interval property and IsEnabled property.
  • ReactiveCommand class

    • Add WithSbscribe extension methods. #58
  • AsyncReactiveCommand class

    • Add WithSbscribe extension methods. #58