File tree Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Expand file tree Collapse file tree 2 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1+ # [ 3.0.0-rc2] ( https://github.com/socketio/socket.io/compare/3.0.0-rc1...3.0.0-rc2 ) (2020-10-15)
2+
3+
4+ ### Bug Fixes
5+
6+ * close clients with no namespace ([ 91cd255] ( https://github.com/socketio/socket.io/commit/91cd255ba76ff6a780c62740f9f5cd3a76f5d7c7 ) )
7+
8+
9+ ### Code Refactoring
10+
11+ * remove duplicate _ sockets map ([ 8a5db7f] ( https://github.com/socketio/socket.io/commit/8a5db7fa36a075da75cde43cd4fb6382b7659953 ) )
12+
13+
14+ ### Features
15+
16+ * move binary detection back to the parser ([ 669592d] ( https://github.com/socketio/socket.io/commit/669592d120409a5cf00f128070dee6d22259ba4f ) )
17+
18+
19+ ### BREAKING CHANGES
20+
21+ * the "connected" map is renamed to "sockets"
22+ * the Socket#binary() method is removed, as this use case is now covered by the ability to provide your own parser.
23+
24+
25+
126# [ 3.0.0-rc1] ( https://github.com/socketio/socket.io/compare/2.3.0...3.0.0-rc1 ) (2020-10-13)
227
328
Original file line number Diff line number Diff line change 11{
22 "name" : " socket.io" ,
3- "version" : " 3.0.0-rc1 " ,
3+ "version" : " 3.0.0-rc2 " ,
44 "description" : " node.js realtime framework server" ,
55 "keywords" : [
66 " realtime" ,
1313 ],
1414 "files" : [
1515 " dist/" ,
16- " ./ wrapper.mjs"
16+ " wrapper.mjs"
1717 ],
1818 "type" : " commonjs" ,
1919 "main" : " ./dist/index.js" ,
3838 "debug" : " ~4.1.0" ,
3939 "engine.io" : " ~4.0.0" ,
4040 "socket.io-adapter" : " 2.0.3-rc1" ,
41- "socket.io-client" : " 3.0.0-rc1 " ,
41+ "socket.io-client" : " 3.0.0-rc2 " ,
4242 "socket.io-parser" : " 4.0.1-rc2"
4343 },
4444 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments