Skip to content

v4.0.0

Compare
Choose a tag to compare
@runceel runceel released this 08 Jan 07:57

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