We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 292c00c commit 6c59795Copy full SHA for 6c59795
History.md
@@ -1,4 +1,9 @@
1
2
+2.0.1 / 2017-03-06
3
+==================
4
+
5
+ * [fix] Encode string payloads as strings even if binary supported (#85)
6
7
2.0.0 / 2016-12-23
8
==================
9
package.json
@@ -2,7 +2,7 @@
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"license": "MIT",
- "version": "2.0.0",
+ "version": "2.0.1",
"homepage": "https://github.com/socketio/engine.io-parser",
"devDependencies": {
"expect.js": "0.3.1",
0 commit comments