Skip to content

Commit 2ea0d13

Browse files
chore(release): 4.0.0
Diff: v4.0.0-alpha.1...4.0.0 Full diff: 3.4.0...4.0.0
1 parent 4683a95 commit 2ea0d13

File tree

5 files changed

+436
-13
lines changed

5 files changed

+436
-13
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [4.0.0](https://github.com/socketio/engine.io-client/compare/v4.0.0-alpha.1...4.0.0) (2020-09-10)
2+
3+
More details about this release in the blog post: https://socket.io/blog/engine-io-4-release/
4+
5+
### Bug Fixes
6+
7+
* **react-native:** restrict the list of options for the WebSocket object ([2f5c948](https://github.com/socketio/engine.io-client/commit/2f5c948abe8fd1c0fdb010e88f96bd933a3792ea))
8+
* use globalThis polyfill instead of self/global ([#634](https://github.com/socketio/engine.io-client/issues/634)) ([3f3a6f9](https://github.com/socketio/engine.io-client/commit/3f3a6f991404ef601252193382d2d2029cff6c45))
9+
10+
11+
### Features
12+
13+
* strip debug from the browser bundle ([f7ba966](https://github.com/socketio/engine.io-client/commit/f7ba966e53f4609f755880be8fa504f7252b0817))
14+
15+
#### Links
16+
17+
- Diff: [v4.0.0-alpha.1...4.0.0](https://github.com/socketio/engine.io-client/compare/v4.0.0-alpha.1...4.0.0)
18+
- Full diff: [3.4.0...4.0.0](https://github.com/socketio/engine.io-client/compare/3.4.0...4.0.0)
19+
- Server release: [4.0.0](https://github.com/socketio/engine.io/releases/tag/4.0.0)
20+
- ws version: [~7.2.1](https://github.com/websockets/ws/releases/tag/7.2.1)
21+
22+
123
## [3.4.1](https://github.com/socketio/engine.io-client/compare/3.4.0...3.4.1) (2020-04-17)
224

325

dist/engine.io.js

Lines changed: 398 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/engine.io.min.js

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 7 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-client",
33
"description": "Client for the realtime Engine",
44
"license": "MIT",
5-
"version": "4.0.0-alpha.1",
5+
"version": "4.0.0",
66
"main": "lib/index.js",
77
"homepage": "https://github.com/socketio/engine.io-client",
88
"contributors": [
@@ -27,7 +27,7 @@
2727
"base64-arraybuffer": "0.1.4",
2828
"component-emitter": "~1.3.0",
2929
"debug": "~4.1.0",
30-
"engine.io-parser": "~4.0.0",
30+
"engine.io-parser": "~4.0.1",
3131
"has-cors": "1.1.0",
3232
"parseqs": "0.0.6",
3333
"parseuri": "0.0.5",
@@ -42,7 +42,7 @@
4242
"babel-eslint": "^10.0.3",
4343
"babel-loader": "^8.0.6",
4444
"blob": "^0.0.4",
45-
"engine.io": "github:socketio/engine.io#master",
45+
"engine.io": "4.0.0",
4646
"eslint": "^6.8.0",
4747
"eslint-config-prettier": "^6.9.0",
4848
"expect.js": "^0.3.1",

0 commit comments

Comments
 (0)