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 11
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+
2141.1.0 / 2014-07-16
315==================
416
Original file line number Diff line number Diff line change 11{
22 "name" : " engine.io-parser" ,
33 "description" : " Parser for the client for the realtime Engine" ,
4- "version" : " 1.1 .0" ,
4+ "version" : " 1.2 .0" ,
55 "homepage" : " https://github.com/LearnBoost/engine.io-protocol" ,
66 "devDependencies" : {
7- "mocha " : " * " ,
8- "expect.js " : " * " ,
7+ "expect.js " : " 0.3.1 " ,
8+ "mocha " : " 2.1.0 " ,
99 "zuul" : " 1.10.2"
1010 },
1111 "dependencies" : {
12- "base64-arraybuffer" : " 0.1.2" ,
1312 "after" : " 0.8.1" ,
1413 "arraybuffer.slice" : " 0.0.6" ,
14+ "base64-arraybuffer" : " 0.1.2" ,
1515 "blob" : " 0.0.2" ,
1616 "has-binary" : " 0.1.5" ,
1717 "utf8" : " 2.0.0"
You can’t perform that action at this time.
0 commit comments