Skip to content

Commit d37534e

Browse files
chore(release): 4.0.0-alpha.0
1 parent 5f47a50 commit d37534e

File tree

5 files changed

+57
-6
lines changed

5 files changed

+57
-6
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,4 @@ components
55
/coverage
66
npm-debug.log
77
.idea
8-
dist/
98
test/support/public/engine.io.js

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# [4.0.0-alpha.0](https://github.com/socketio/engine.io-client/compare/3.4.0...v4.0.0-alpha.0) (2020-02-12)
2+
3+
4+
### chore
5+
6+
* migrate to webpack 4 ([11dc4f3](https://github.com/socketio/engine.io-client/commit/11dc4f3a56d440f24b8a091485fef038d592bd6e))
7+
8+
9+
### Features
10+
11+
* reverse the ping-pong mechanism ([81d7171](https://github.com/socketio/engine.io-client/commit/81d7171c6bb4053c802e3cc4b29a0e42dcf9c065))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* v3.x clients will not be able to connect anymore (they
17+
will send a ping packet and timeout while waiting for a pong packet).
18+
19+
* the output bundle will now be found in the dist/ folder.
20+
21+
22+
#### Links
23+
24+
- Server release: [v4.0.0-alpha.0](https://github.com/socketio/engine.io/releases/tag/v4.0.0-alpha.0)
25+
- ws version: [~7.2.1](https://github.com/websockets/ws/releases/tag/7.2.1)

dist/engine.io.js

Lines changed: 8 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: 22 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 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": "3.4.0",
5+
"version": "4.0.0-alpha.0",
66
"main": "lib/index.js",
77
"homepage": "https://github.com/socketio/engine.io-client",
88
"contributors": [
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"component-emitter": "1.2.1",
2828
"debug": "~4.1.0",
29-
"engine.io-parser": "git+https://github.com/socketio/engine.io-parser.git#v4",
29+
"engine.io-parser": "~4.0.0-alpha.0",
3030
"has-cors": "1.1.0",
3131
"indexof": "0.0.1",
3232
"parseqs": "0.0.5",

0 commit comments

Comments
 (0)