Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@

2.0.0 / 2017-01-22
===================

* [chore] Fix Saucelabs tests (#532)
* [chore] Actually run tests in Saucelabs (#527)
* [feature] Allow extraHeaders to be set for browser clients in XHR requests (#519)
* [feature] Add support for per transport options (#518)
* [chore] Bump engine.io-parser to version 2.0.0 (#525)
* [chore] Update zuul config to speed up tests (#526)

1.8.2 / 2016-12-11
===================

Expand Down
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": "1.8.2",
"version": "2.0.0",
"homepage": "https://github.com/socketio/engine.io-client",
"contributors": [
{
Expand Down Expand Up @@ -45,7 +45,7 @@
"concat-stream": "1.4.6",
"del": "2.2.0",
"derequire": "1.2.0",
"engine.io": "socketio/engine.io",
"engine.io": "2.0.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"expect.js": "0.2.0",
Expand Down