File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.0.5 / 2014-06-16
3
+ ==================
4
+
5
+ * package: bump ` engine.io ` to fix jsonp ` \n ` bug and CORS warnings
6
+ * index: fix typo [ yanatan16]
7
+ * add ` removeListener ` to blacklisted events
8
+ * examples: clearer instructions to install chat example
9
+ * index: fix namespace ` connectBuffer ` issue
10
+
2
11
1.0.4 / 2014-06-02
3
12
==================
4
13
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " socket.io" ,
3
- "version" : " 1.0.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " node.js realtime framework server" ,
5
5
"keywords" : [
6
6
" realtime" ,
21
21
"dependencies" : {
22
22
"engine.io" : " 1.3.0" ,
23
23
"socket.io-parser" : " 2.2.0" ,
24
- "socket.io-client" : " Automattic/socket.io-client#095acb " ,
24
+ "socket.io-client" : " 1.0.5 " ,
25
25
"socket.io-adapter" : " 0.2.0" ,
26
26
"has-binary-data" : " 0.1.1" ,
27
27
"debug" : " 0.7.4"
You can’t perform that action at this time.
0 commit comments