Releases: runceel/ReactiveProperty
Releases · runceel/ReactiveProperty
v5.1.0
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
Updated System.Reactive to 4.0.0.
Breaking change
Target platform is changed to .NET Standard 2.0.
v4.2.2
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
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
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.0
Change
Add
- Add ReactivePropertySlim class.
- Add ReadOnlyReactivePropertySlim class.
v4.0.0
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
v4.0.0-pre5
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