Closed greenkeeper[bot] closed 5 years ago
Update to this version instead 🚀
Matching Socket.IO 2.1.0 release notes
// 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);
Milestone: 2.1.0
Diff: 2.0.4...2.1.0
The new version differs by 8 commits.
3eb047f
[chore] Release 2.1.0
afb952d
[docs] Add a note about reconnecting after a server-side disconnection
74893d5
[feat] Add a 'binary' flag (#1194)
9701611
[chore] Bump engine.io-client to version 3.2.0 (#1192)
3d8f24e
[test] Update travis configuration
e27f38b
[chore] Restore unminified distribution files (#1191)
bb743c4
[docs] Document connected and disconnected socket properties (#1155)
f31837f
[chore] Bump debug to version 3.1.0
See the full diff
devDependency
socket.io-client was updated from 1.7.4
to 2.2.0
.
Version 2.0.3 of socket.io-client just got published.
The version 2.0.3 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of socket.io-client. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Not sure how things should work exactly?
There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html) and of course you may always [ask my humans](https://github.com/greenkeeperio/greenkeeper/issues/new).Your Greenkeeper Bot :palm_tree: