Skip to content

Releases: sockjs/sockjs-client

1.6.1

28 May 04:33
Compare
Choose a tag to compare

Fixes

1.6.0

27 Feb 19:27
Compare
Choose a tag to compare

Fixes

  • Remove agent: false to allow usage of globalAgent. Fixes #421

dependencies

devDependencies

Other Changes

  • Remove bower
  • Remove Travis CI
  • Require Node.js 12

1.5.2

24 Aug 17:11
Compare
Choose a tag to compare

1.5.1

30 Mar 02:18
Compare
Choose a tag to compare

1.5.0

02 Aug 22:09
Compare
Choose a tag to compare
  • Update url-parse, kind-of, minimist, websocket-extensions due to security vulnerabilies.
  • Update dev dependencies.
  • Allow loopback address hostnames on a secure page. Fixes #486
  • Enable eventsource transport for node.js clients.

1.4.0

20 Sep 16:37
Compare
Choose a tag to compare
  • Add timeout option to set a minimum transport timeout. Fixes #403
  • Update dev deps to fix security warnings from npm audit
  • Guard against null this._transport in debug statement. Fixes #448

1.3.0

24 Sep 15:47
Compare
Choose a tag to compare
  • Revert debug to ^3 because v4 starts using ES6. Fixes #457

1.2.0

21 Sep 18:14
Compare
Choose a tag to compare
  • Update all outdated dependencies
  • Switch to karma and browserstack for running automated browser tests

1.1.5

29 May 23:44
Compare
Choose a tag to compare
  • Wrap the the contentWindow access in a try/catch block when in setTimeout #363
  • Revised example in README #356
  • Fix connection close when Transport timeout #358
  • Fixed crash with react-native@0.45.1 on Android #386
  • Update jsDelivr link #404, #405
  • Remove Sauce Labs unsupported browsers
  • Add link to rust server implementation #411
  • location.protocol should include final : #396

1.1.4

29 May 23:44
Compare
Choose a tag to compare
  • Upgrade debug and fix object key literal mangling, fixes regression in Opera 11.10 #359
  • Trim descriptions in package.json and bower.json - #372