Releases: sockjs/sockjs-client
Releases · sockjs/sockjs-client
1.1.2
- 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
1.1.1
- Do not pass protocols or options arguments to browser WebSocket constructor - #309
1.1.0
- 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
1.0.3
- Use correct module http/https depending on url in node xhr - #254
1.0.2
- Fix iframe info receiver url
- Move iframe.contentWindow check inside setTimeout - #246
1.0.1
- 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
- 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
Add bower.json and dist js