Skip to content

v3.4

Compare
Choose a tag to compare
@dsuryd dsuryd released this 11 Jul 03:21
· 702 commits to master since this release

This release adds the following features:

  • Add a new MulticastVM "Requested' event to notify of requests made to the view model.
  • Include the responses to view model requests in the middleware/filter pipelines.
  • Add support to switch hub server URL after the first connection (#192).
  • Add a new method to configure VMSerializer.SerializerSettings (#195).

Bug fix:

  • Fix CRUD API where the client only retains the last item key received from the view model.