mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
chore: use socketio GitHub organization
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,13 +1,13 @@
|
||||
# [3.0.0-rc1](https://github.com/Automattic/socket.io-client/compare/2.3.1...3.0.0-rc1) (2020-10-13)
|
||||
# [3.0.0-rc1](https://github.com/socketio/socket.io-client/compare/2.3.1...3.0.0-rc1) (2020-10-13)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add ES6 module export ([cbabb03](https://github.com/Automattic/socket.io-client/commit/cbabb0308ef4f7d302654755e08fe2103b9f22c8))
|
||||
* do not reuse the Engine.IO id ([bbe94ad](https://github.com/Automattic/socket.io-client/commit/bbe94adb822a306c6272e977d394e3e203cae25d))
|
||||
* remove the implicit connection to the default namespace ([249e0be](https://github.com/Automattic/socket.io-client/commit/249e0bef9071e7afd785485961c4eef0094254e8))
|
||||
* split the events of the Manager and Socket ([132f8ec](https://github.com/Automattic/socket.io-client/commit/132f8ec918a596eec872aee0c61d4ce63714c400))
|
||||
* throw upon reserved event names ([6494f61](https://github.com/Automattic/socket.io-client/commit/6494f61be0d38d267d77c30ea4f43941f97b1bc0))
|
||||
* add ES6 module export ([cbabb03](https://github.com/socketio/socket.io-client/commit/cbabb0308ef4f7d302654755e08fe2103b9f22c8))
|
||||
* do not reuse the Engine.IO id ([bbe94ad](https://github.com/socketio/socket.io-client/commit/bbe94adb822a306c6272e977d394e3e203cae25d))
|
||||
* remove the implicit connection to the default namespace ([249e0be](https://github.com/socketio/socket.io-client/commit/249e0bef9071e7afd785485961c4eef0094254e8))
|
||||
* split the events of the Manager and Socket ([132f8ec](https://github.com/socketio/socket.io-client/commit/132f8ec918a596eec872aee0c61d4ce63714c400))
|
||||
* throw upon reserved event names ([6494f61](https://github.com/socketio/socket.io-client/commit/6494f61be0d38d267d77c30ea4f43941f97b1bc0))
|
||||
|
||||
|
||||
### BREAKING CHANGES
|
||||
@@ -37,5 +37,5 @@ plugin.
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* fix reconnection after opening socket asynchronously ([#1253](https://github.com/socketio/socket.io-client/issues/1253)) ([050108b](https://github.com/Automattic/socket.io-client/commit/050108b2281effda086b197cf174ee2e8e1aad79))
|
||||
* fix reconnection after opening socket asynchronously ([#1253](https://github.com/socketio/socket.io-client/issues/1253)) ([050108b](https://github.com/socketio/socket.io-client/commit/050108b2281effda086b197cf174ee2e8e1aad79))
|
||||
|
||||
|
||||
@@ -95,7 +95,7 @@
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Automattic/socket.io-client.git"
|
||||
"url": "https://github.com/socketio/socket.io-client.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
|
||||
Reference in New Issue
Block a user