Skip to content

Commit

Permalink
chore(release): 4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Feb 12, 2020
1 parent 5f47a50 commit d37534e
Show file tree
Hide file tree
Showing 5 changed files with 57 additions and 6 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,4 @@ components
/coverage
npm-debug.log
.idea
dist/
test/support/public/engine.io.js
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# [4.0.0-alpha.0](https://github.com/socketio/engine.io-client/compare/3.4.0...v4.0.0-alpha.0) (2020-02-12)


### chore

* migrate to webpack 4 ([11dc4f3](https://github.com/socketio/engine.io-client/commit/11dc4f3a56d440f24b8a091485fef038d592bd6e))


### Features

* reverse the ping-pong mechanism ([81d7171](https://github.com/socketio/engine.io-client/commit/81d7171c6bb4053c802e3cc4b29a0e42dcf9c065))


### BREAKING CHANGES

* v3.x clients will not be able to connect anymore (they
will send a ping packet and timeout while waiting for a pong packet).

* the output bundle will now be found in the dist/ folder.


#### Links

- Server release: [v4.0.0-alpha.0](https://github.com/socketio/engine.io/releases/tag/v4.0.0-alpha.0)
- ws version: [~7.2.1](https://github.com/websockets/ws/releases/tag/7.2.1)
8 changes: 8 additions & 0 deletions dist/engine.io.js

Large diffs are not rendered by default.

25 changes: 22 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "engine.io-client",
"description": "Client for the realtime Engine",
"license": "MIT",
"version": "3.4.0",
"version": "4.0.0-alpha.0",
"main": "lib/index.js",
"homepage": "https://github.com/socketio/engine.io-client",
"contributors": [
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"component-emitter": "1.2.1",
"debug": "~4.1.0",
"engine.io-parser": "git+https://github.com/socketio/engine.io-parser.git#v4",
"engine.io-parser": "~4.0.0-alpha.0",
"has-cors": "1.1.0",
"indexof": "0.0.1",
"parseqs": "0.0.5",
Expand Down

0 comments on commit d37534e

Please sign in to comment.