We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89a465a commit 36ba01dCopy full SHA for 36ba01d
History.md
@@ -1,4 +1,14 @@
1
2
+2.0.0 / 2016-12-23
3
+==================
4
+
5
+ * [perf] Micro optimisations (#84)
6
+ * [fix] Sanitize strings by removing lone surrogates (#82)
7
+ * [perf] Use strict equality where possible (#77)
8
+ * [style] Minor style changes (#83)
9
+ * [fix] Fix double utf8 encoding for payloads (#81)
10
+ * [chore] Update zuul config to speed up tests (#76)
11
12
1.3.2 / 2016-12-07
13
==================
14
package.json
@@ -2,7 +2,7 @@
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"license": "MIT",
- "version": "1.3.2",
+ "version": "2.0.0",
"homepage": "https://github.com/socketio/engine.io-parser",
"devDependencies": {
"expect.js": "0.3.1",
0 commit comments