Created by: renovate[bot]
This PR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
socket.io-client | dependencies | major | ~0.9.16 -> ~2.3.0 |
Release Notes
Automattic/socket.io-client
v2.3.1
The debug
dependency has been reverted to ~3.1.0
, as the newer versions contains ES6 syntax which breaks in IE
browsers.
Please note that this only applied to users that bundle the Socket.IO client in their application, with webpack for example, as the "official" bundles (in the dist/ folder) were already transpiled with babel.
For webpack users, you can also take a look at the webpack-remove-debug plugin.
Bug Fixes
v2.3.0
Links:
- Milestone: -
- Diff: https://github.com/socketio/socket.io-client/compare/2.2.0...2.3.0
- Server release: 2.3.0
- engine.io-client version:
~3.4.0
(diff: https://github.com/socketio/engine.io-client/compare/3.3.1...3.4.0) - ws version:
~6.1.0
- Build size
-
socket.io.js
:- min:
67.0 KB (+ 6.0 KB)
- min+gzip:
20.5 KB (+ 1.0 KB)
- min:
-
socket.io.slim.js
:- min:
52.2 KB (+ 0.4 KB)
- min+gzip:
16.4 KB (+ 0.1 KB)
- min:
-
- CDN
v2.2.0
Bug fixes
- remove any reference to the
global
variable (related: socketio#1166)
Links:
- Milestone: 2.2.0
- Diff: https://github.com/socketio/socket.io-client/compare/2.1.1...2.2.0
- Server release: 2.2.0
- engine.io-client version:
~3.3.1
(diff: https://github.com/socketio/engine.io-client/compare/3.2.0...3.3.1) - ws version:
~6.1.0
(diff: https://github.com/websockets/ws/compare/3.3.1...6.1.2) - Build size
-
socket.io.js
:- min:
61.0 KB (=)
- min+gzip:
19.5 KB (- 0.1 KB)
- min:
-
socket.io.slim.js
:- min:
51.8 KB (=)
- min+gzip:
16.3 KB (=)
- min:
-
- CDN
v2.1.1
Bug fixes
- fire an error event on middleware failure for non-root namespace (#1202)
Links:
- Milestone: 2.1.1
- Diff: https://github.com/socketio/socket.io-client/compare/2.1.0...2.1.1
- Server release: 2.1.1
- engine.io-client version:
~3.2.0
- ws version:
~3.3.1
- Build size
-
socket.io.js
:- min:
61.0 KB (+ 0.1 KB)
- min+gzip:
19.6 KB (=)
- min:
-
socket.io.slim.js
:- min:
51.8 KB (=)
- min+gzip:
16.3 KB (=)
- min:
-
- CDN
v2.1.0
Matching Socket.IO 2.1.0 release notes
Features
- add a 'binary' flag (#1194)
// by default, the object is recursively scanned to check whether it contains some binary data
// in the following example, the check is skipped in order to improve performance
socket.binary(false).emit('plain-object', object);
Links:
- Milestone: 2.1.0
- Diff: 2.0.4...2.1.0
- Server release: 2.1.0
- Diff
engine.io-client
from~3.1.0
to~3.2.0
: https://github.com/socketio/engine.io-client/compare/3.1.0...3.2.0 - Diff
ws
from~2.3.1
to~3.3.1
: https://github.com/websockets/ws/compare/2.3.1...3.3.1 - Build size
-
socket.io.js
:min: 60.9 KB
min+gzip: 19.6 KB
-
socket.io.slim.js
:min: 51.8 KB
min+gzip: 16.3 KB
-
- CDN
v2.0.4
Following server version bump.
Links:
- Milestone: 2.0.4
- Diff: 2.0.3...2.0.4
- Server release: 2.0.4
- Diff
engine.io-client
: - - Diff
ws
: - - Build size
-
socket.io.js
:min: 59.3 KB
min+gzip: 19.0 KB
-
socket.io.slim.js
:min: 51.2 KB
min+gzip: 16.0 KB
-
- CDN
v2.0.3
Following server version bump.
Links:
- Milestone: 2.0.3
- Diff: 2.0.2...2.0.3
- Server release: 2.0.3
- Diff
engine.io-client
: - - Diff
ws
: - - Build size
-
socket.io.js
:min: 59.8 KB
min+gzip: 19.2 KB
-
socket.io.slim.js
:min: 51.7 KB
min+gzip: 16.3 KB
-
- CDN
v2.0.2
Bug fixes
- do not update the opts.query reference (#1121)
Links:
- Milestone: 2.0.2
- Diff: 2.0.1...2.0.2
- Server release: 2.0.2
- Diff
engine.io-client
: - - Diff
ws
: - - Build size
-
socket.io.js
:min: 59.8 KB
min+gzip: 19.3 KB
-
socket.io.slim.js
:min: 51.7 KB
min+gzip: 16.3 KB
-
- CDN
v2.0.1
(following socket.io version bump)
Links:
- Milestone: -
- Diff: 2.0.0...2.0.1
- Server release: 2.0.1
- Diff
engine.io-client
: - - Diff
ws
: - - Build size
-
socket.io.js
:min: 59.6 KB
min+gzip: 19.2 KB
-
socket.io.slim.js
:min: 51.6 KB
min+gzip: 16.3 KB
-
- CDN
v2.0.0
- [feat] Move binary detection to the parser (#1103)
- [feat] Allow the use of a custom parser (#1075)
- [fix] Run tests on the minified files (#1042)
- [fix] Add nsp prefix to socket.id (#1058)
- [test] Update browsers matrix (#1059)
- [chore] Bump engine.io-client to version 3.1.0 (#1109)
- [chore] Bump dev dependencies (#1108)
- [chore] Bump debug to version 2.6.4 (#1101)
- [chore] Fix dependencies (#1096)
- [chore] Bump engine.io-client to version 2.0.2 (#1074)
- [chore] Bump socket.io-parser to version 2.3.2 (#1071)
- [chore] Bump engine.io-client to version 2.0.0 (#1062)
- [chore] Update issue template with fiddle (#1057)
- [docs] Fix messed events documentation (#1089)
- [docs] Fix Manager constructor documentation (#1093)
- [docs] Fix format in API.md (#1090)
- [docs] Add note regarding the Emitter class (#1079)
- [docs] Add missing path option in the documentation (#1078)
- [docs] Fix typo (#1076)
- [docs] Fix typo (#1066)
- [docs] Add
connect_error
andconnect_timeout
events (#1051) - [docs] API documentation (#1049)
Links:
- Server release: 2.0.0
- Build size
-
socket.io.js
:min: 59.6 KB
min+gzip: 19.2 KB
-
socket.io.slim.js
:min: 51.6 KB
min+gzip: 16.3 KB
-
- CDN
v1.7.4
- [chore] Bump engine.io-client to version 1.8.4
v1.7.3
v1.7.2
- [chore] Bump engine.io-client to version 1.8.2 (#1044)
- [chore] Speed up lint by avoiding '*/.js' matching pattern (#1043)
v1.7.1
v1.7.0
- [chore] Move generated files to
dist
folder (#1025) - [chore] Provide a slim build without JSON3 and debug (#1030)
- [chore] Bump engine.io-client to 1.8.1 (#1032)
v1.6.0
- [feature] emit sourcemap for socket.io.js (#953)
- [feature] Support minified
socket.io.min.js
(#1021) - [chore] Bump dependencies (#1026)
v1.5.1
- [chore] Disable AMD for json3 (#1005)
- [chore] Bump socket.io-parser to 2.3.0 (#1009)
- [chore] Bump engine.io-client to 1.7.1 (#1010)
- [chore] Update zuul browser settings (#1011)
- [chore] Add Github issue and PR templates (#1013)
- [chore] Bump engine.io-client to 1.7.2 and socket.io-parser to 2.3.1 (#1015)
v1.5.0
- [fix] Fix query string management (#943)
- [chore] Add gulp & babel in the build process (#940)
- [chore] Add eslint (#951)
- [chore] bump zuul (#958)
- [chore] Remove jspm browser config (#957)
- [chore] Update zuul browser settings following EOL notices (#985)
- [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#997)
- [chore] reference build badge to master branch (#967)
- [chore] Bump engine.io-client to 1.7.0 (#996)
- [chore] Restrict files included in npm package (#998)
v1.4.8
v1.4.7
v1.4.6
v1.4.5
v1.4.4
v1.4.3
v1.4.2
v1.4.1
v1.4.0
v1.3.7
v1.3.6
v1.3.5
v1.3.4
v1.3.3
v1.3.2
v1.3.1
v1.3.0
v1.2.1
v1.2.0
v1.1.0
v1.0.6
v1.0.5
v1.0.4
v1.0.3
v1.0.2
v1.0.1
Renovate configuration
-
If you want to rebase/retry this PR, check this box
This PR has been generated by WhiteSource Renovate. View repository job log here.