File tree Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Expand file tree Collapse file tree 2 files changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.2.0 / 2015-01-11
3
+ ==================
4
+
5
+ * fix return type for decodePacket
6
+ * README fixes
7
+ * use travis matrix for better test runs
8
+ * encode into binary only if needed
9
+ * add test cases for base64 object encoding.
10
+ * add encodeBase64Object to encoder for browser
11
+ * avoid sending Blobs on PhantomJS (as on Android)
12
+ * test that utf8 encoding is not on by default but can be switched on manually
13
+
2
14
1.1.0 / 2014-07-16
3
15
==================
4
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " engine.io-parser" ,
3
3
"description" : " Parser for the client for the realtime Engine" ,
4
- "version" : " 1.1 .0" ,
4
+ "version" : " 1.2 .0" ,
5
5
"homepage" : " https://github.com/LearnBoost/engine.io-protocol" ,
6
6
"devDependencies" : {
7
- "mocha " : " * " ,
8
- "expect.js " : " * " ,
7
+ "expect.js " : " 0.3.1 " ,
8
+ "mocha " : " 2.1.0 " ,
9
9
"zuul" : " 1.10.2"
10
10
},
11
11
"dependencies" : {
12
- "base64-arraybuffer" : " 0.1.2" ,
13
12
"after" : " 0.8.1" ,
14
13
"arraybuffer.slice" : " 0.0.6" ,
14
+ "base64-arraybuffer" : " 0.1.2" ,
15
15
"blob" : " 0.0.2" ,
16
16
"has-binary" : " 0.1.5" ,
17
17
"utf8" : " 2.0.0"
You can’t perform that action at this time.
0 commit comments