dotNetify v2.3.0 Release Notes

Release Date: 2017-12-08 // over 6 years ago
  • 🚀 This release provides the following updates:

    • 🆕 new APIs to support reactive programming.
    • 🆕 new capability to create dynamic, reactive properties (issue #53).
    • 🆕 new capability to register dynamic view model types.
    • view models are no longer required to inherit from BaseVM (issue #51).
    • 🛠 fix the race condition between PushUpdates and Changed API calls.

    💥 Breaking changes:

    • the Observable class is renamed to ObservableObject to avoid name clash with System.Reactive.Linq.
    • 🚚 the Ignore attribute is moved outside BaseVM.

    _ Note for ASP.NET Framework users _:
    🚦 The existing DotNetify package is deprecated, and is replaced with DotNetify.SignalR.Owin. This new package depends on DotNetify.Core which targets .NET Standard 2.0, which means that your ASP.NET project must target at least .NET Framework 4.6.1.