Changelog:
- Support @microsoft/signalr v8.0.0 (changelog)
- Added support to GitHub Package registry as well as NPM
- Cleaned up code for consistency and link to relevant issues in code comments
- Change version number to 1.0.0
- Improved documentation
Breaking changes:
- When using the default import object,
signalR.useSignalrHub()
has been changed tosignalR.useHub()
(the named import remains unchanged though)
How to install/update (npm or yarn):
$ npm install [email protected]
$ yarn add [email protected]