Skip to content

v3.1

Compare
Choose a tag to compare
@dsuryd dsuryd released this 30 Sep 06:12
· 900 commits to master since this release

This release provides the following new features:

  • New view model base class MulticastVM to allow sharing of view model instances with a group of clients, including the capability to push direct messages to specific clients (#58).

    Doc: http://dotnetify.net/core/api/multicast
    Demo: http://dotnetify.net/core/examples/chatroom

  • New injectable interface IConnectionContext to provide access to SignalR connection ID and HTTP info of the calling connection (#108).
  • New asynchronous Reactive APIs SubscribeToAsync and SubscribedByAsync (#120).
  • New PushUpdates overload to force updates on view models sharing the same connection with the calling view model, and that returns a boolean true to support fluent chaining (#120).
  • Allow for middlewares to overwrite data for Response_VM (#111).