We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6741900 commit ada9dbeCopy full SHA for ada9dbe
History.md
@@ -1,4 +1,13 @@
1
2
+1.3.1 / 2016-10-20
3
+==================
4
+
5
+ * [fix] Add safety check for global object (#71)
6
+ * [fix] decodePacket now accepts both Buffer and ArrayBuffer as data (#64)
7
+ * [fix] Handle undefined case properly when decoding packet (#74)
8
+ * [chore] Bump zuul to 3.11.0 & zuul-ngrok to 4.0.0 (#70)
9
+ * [chore] Update zuul browser settings (#73)
10
11
1.3.0 / 2016-09-26
12
==================
13
package.json
@@ -2,7 +2,7 @@
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"license": "MIT",
- "version": "1.3.0",
+ "version": "1.3.1",
"homepage": "https://github.com/socketio/engine.io-parser",
"devDependencies": {
"expect.js": "0.3.1",
0 commit comments