File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.2.0 / 2014-10-27
3
+ ==================
4
+
5
+ * package: bump ` engine.io `
6
+ * downloads badge
7
+ * add test to check that empty rooms are autopruned
8
+ * added Server#origins(v: Function ) description for dynamic CORS
9
+ * added test coverage for Server#origins(function) for dynamic CORS
10
+ * added optional Server#origins(function) for dynamic CORS
11
+ * fix usage example for Server#close
12
+ * package: fix main file for example application 'chat'
13
+ * package: bump ` socket.io-parser `
14
+ * update README http ctor to createServer()
15
+ * bump adapter with a lot of fixes for room bookkeeping
16
+
2
17
1.1.0 / 2014-09-04
3
18
==================
4
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket.io" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"description" : " node.js realtime framework server" ,
5
5
"keywords" : [
6
6
" realtime" ,
21
21
"dependencies" : {
22
22
"engine.io" : " 1.4.2" ,
23
23
"socket.io-parser" : " 2.2.2" ,
24
- "socket.io-client" : " Automattic/socket.io-client#e8e6da " ,
24
+ "socket.io-client" : " 1.2.0 " ,
25
25
"socket.io-adapter" : " 0.3.1" ,
26
26
"has-binary-data" : " 0.1.3" ,
27
27
"debug" : " 0.7.4"
You can’t perform that action at this time.
0 commit comments