v3.4
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.