Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

31 lines (18 loc) · 1.3 KB

2.4.4 (2021-08-27)

  • Throw when attempting to add listeners for individual entities incorrectly

2.4.3 (2021-08-21)

2.4.2 (2021-08-15)

  • Fix "Uncaught ReferenceError: process is not defined" in browser (#17)

2.4.1 (2020-10-27)

  • Fix re-authenticating with credentials if reconnect fails

2.4.0 (2020-10-20)

2.3.1 (2020-07-12)

  • Typescript: add missing entity ID argument for the listener callback

2.3.0 (2020-07-11)

  • Add new helper method addContextMenuItems
  • Supply wasClean as a third argument to the onSocketDisconnected callback
  • Use code 1000 when disconnecting the socket, allow specifying the disconnect reason when calling disconnect
  • Update dependencies
  • Improve documentation