Skip to content

Commit 36ba01d

Browse files
[chore] release 2.0.0
1 parent 89a465a commit 36ba01d

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

History.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

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+
212
1.3.2 / 2016-12-07
313
==================
414

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "engine.io-parser",
33
"description": "Parser for the client for the realtime Engine",
44
"license": "MIT",
5-
"version": "1.3.2",
5+
"version": "2.0.0",
66
"homepage": "https://github.com/socketio/engine.io-parser",
77
"devDependencies": {
88
"expect.js": "0.3.1",

0 commit comments

Comments
 (0)