Sockjs Client Versions Save

WebSocket emulation - Javascript client

v1.1.1

7 years ago
  • Do not pass protocols or options arguments to browser WebSocket constructor - #309

v1.1.2

7 years ago
  • Ensure both sender and receiver are cleaned upon close - #342
  • Remove event listeners before calling close - #344
  • Update documentation links - #351, #339, #316
  • Explicitly export undefined when WebSocket does not exist. Fixes Webpack. #321
  • Include dist folder on npm - #265
  • Simplify build setup
  • Update to Node.js 6.9
  • Add sourcemap for minified version
  • Remove unused String.trim shim

v1.1.0

8 years ago
  • Fix IE7/8 usage of console.log which does not have apply - #279
  • Remove dbg global variable - #282
  • Bump faye-websocket version to 0.11.0 - #267
  • Optimize arguments usage - #263
  • Add sourcemap file to dist folder - #237
  • Add way to transparently pass transport-specific options - #272

v1.0.3

8 years ago
  • Use correct module http/https depending on url in node xhr - #254

v1.0.2

8 years ago
  • Fix iframe info receiver url
  • Move iframe.contentWindow check inside setTimeout - #246

v1.0.1

8 years ago
  • Use proper base url for iframe-based info receiver - #249
  • Don't register unload event in chrome packaged app - #223
  • Allow custom session ids - #250
  • Remove version property from bower.json - #247
  • Update example CDN url - #244

v1.0.0

9 years ago
  • Simplify url handling by delegating to url-parse - #242
  • Upgrade to url-parse 1.0.1 to fix colon issue if auth has no password

v0.3.4

9 years ago