Skip to content

Commit b8ec539

Browse files
committed
Release 1.2.0
1 parent 2338755 commit b8ec539

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
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+
214
1.1.0 / 2014-07-16
315
==================
416

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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"

0 commit comments

Comments
 (0)