Skip to content

Commit 6d7d664

Browse files
[chore] Release 1.8.0 (#521)
1 parent 5ecd3da commit 6d7d664

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11

2+
1.8.0 / 2016-11-20
3+
===================
4+
5+
* [fix] Fixed regression creating connection over https from node (#513)
6+
* [fix] Fixed regression creating connection over wss from node (#514)
7+
* [feature] Enable definition of timeouts for xhr-polling (#456)
8+
* [feature] Added flag forceNode to override the normal behavior of prefering Browser based implementations. (#469)
9+
* [feature] add localAddress option (#487)
10+
* [chore] update dependencies (#516)
11+
* [chore] Speed up lint by avoiding '**/*.js' matching pattern (#517)
12+
* [chore] Bump debug to version 2.3.3 (#520)
13+
214
1.7.2 / 2016-10-24
315
===================
416

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": "1.7.2",
5+
"version": "1.8.0",
66
"homepage": "https://github.com/socketio/engine.io-client",
77
"contributors": [
88
{
@@ -47,7 +47,7 @@
4747
"derequire": "1.2.0",
4848
"eslint-config-standard": "4.4.0",
4949
"eslint-plugin-standard": "1.3.1",
50-
"engine.io": "1.7.2",
50+
"engine.io": "1.8.0",
5151
"expect.js": "0.2.0",
5252
"express": "3.4.8",
5353
"gulp": "3.9.0",

0 commit comments

Comments
 (0)