dotNetify v3.3.1 Release Notes

Release Date: 2018-11-28 // over 5 years ago
  • 🚀 This release provides the following new features:

    • 🚦 .Addition of .NET client to DotNetify.SignalR library to let .NET applications communicate with SignalR .NET Core hub server (#102). Note: SignalR .NET Framework is not supported.

    Doc: http://dotnetify.net/core/api/dotnetclient
    Demo: https://github.com/dsuryd/dotNetify/tree/master/Demo/DotNetClient

    • MapDotnetifyHub extension method can accept HttpConnectionDispatcherOptions configuration options (#137).
    • 👉 New dotNetify configuration method UseJsonSerializerSettings to control how view model data is serialized (#105).

    ⚡️ Other updates:

    • 🛠 Fixed VMSerializer from throwing an exception when serializing JArray objects (#149).
    • ⚡️ Updated support for React Native (#7, #8, #9).
    • 🛠 Fixed routing to work with an empty URL pattern (#26).