dotNetify v3.0.0 Release Notes

Release Date: 2018-04-13 // about 6 years ago
  • 🚀 This release provides the following new features:

    • ⬆️ Integration with SignalR .NET Core v1.0.0-preview2-final ( both client and server must be upgraded ).
    • 🆕 New reactive APIs AddInternalProperty, SubscribedBy and Unsubscribe.
    • 👌 Support for ASP.NET DI Scoped lifetime (services created once per connection).

    ⚡️ Other updates:

    • Prevent value sent by client from getting included in the response if the property type is an array.
    • 👻 Defer registration exception being thrown until initial view model access (dsuryd/dotnetify-react-demo-vs2017#15).