File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
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
+
2
14
1.7.2 / 2016-10-24
3
15
===================
4
16
Original file line number Diff line number Diff line change 2
2
"name" : " engine.io-client" ,
3
3
"description" : " Client for the realtime Engine" ,
4
4
"license" : " MIT" ,
5
- "version" : " 1.7.2 " ,
5
+ "version" : " 1.8.0 " ,
6
6
"homepage" : " https://github.com/socketio/engine.io-client" ,
7
7
"contributors" : [
8
8
{
47
47
"derequire" : " 1.2.0" ,
48
48
"eslint-config-standard" : " 4.4.0" ,
49
49
"eslint-plugin-standard" : " 1.3.1" ,
50
- "engine.io" : " 1.7.2 " ,
50
+ "engine.io" : " 1.8.0 " ,
51
51
"expect.js" : " 0.2.0" ,
52
52
"express" : " 3.4.8" ,
53
53
"gulp" : " 3.9.0" ,
You can’t perform that action at this time.
0 commit comments