Skip to content

1.0.0

Latest
Compare
Choose a tag to compare
@Darhagonable Darhagonable released this 08 Dec 18:36

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 to signalR.useHub() (the named import remains unchanged though)

How to install/update (npm or yarn):

$ npm install [email protected]
$ yarn add [email protected]