Skip to content

Commit

Permalink
[chore] Release 1.8.0 (#521)
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne authored Nov 20, 2016
1 parent 5ecd3da commit 6d7d664
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

1.8.0 / 2016-11-20
===================

* [fix] Fixed regression creating connection over https from node (#513)
* [fix] Fixed regression creating connection over wss from node (#514)
* [feature] Enable definition of timeouts for xhr-polling (#456)
* [feature] Added flag forceNode to override the normal behavior of prefering Browser based implementations. (#469)
* [feature] add localAddress option (#487)
* [chore] update dependencies (#516)
* [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517)
* [chore] Bump debug to version 2.3.3 (#520)

1.7.2 / 2016-10-24
===================

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.7.2",
"version": "1.8.0",
"homepage": "https://github.com/socketio/engine.io-client",
"contributors": [
{
Expand Down Expand Up @@ -47,7 +47,7 @@
"derequire": "1.2.0",
"eslint-config-standard": "4.4.0",
"eslint-plugin-standard": "1.3.1",
"engine.io": "1.7.2",
"engine.io": "1.8.0",
"expect.js": "0.2.0",
"express": "3.4.8",
"gulp": "3.9.0",
Expand Down

0 comments on commit 6d7d664

Please sign in to comment.