Skip to content

Releases: pladaria/reconnecting-websocket

v4.4.0

07 Feb 06:49
Compare
Choose a tag to compare
  • Improve websocket types
  • add dispatchEvent method

v4.3.0

07 Feb 06:47
Compare
Choose a tag to compare

Fix types to support TS 3.7

v4.2.0

08 Feb 22:11
Compare
Choose a tag to compare
  • Upgrade dependencies
  • #97 Support a Max Queue Size for Buffered Messages
  • #94 Set no delay for the first connection
  • #106 package.json module points to non-existing file
  • #107 Make isWebSocket check more lenient to support iOS Safari
  • #102 added startClosed option
  • #104 fix error event type

v4.1.0

29 Sep 14:57
Compare
Choose a tag to compare
  • many bugfixes
  • support passing objects with handleEvent as even listeners

Add support to pass a function as url

11 Aug 19:26
Compare
Choose a tag to compare

Now it is possible to update the URL before connecting, simply pass a function that returns the URL to the url parameter. See README for an example