File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 1.3.0 / 2016-09-26
3
+ ==================
4
+
5
+ * [ fix] Fix crashes in React Native "navigator is not defined" (#55 )
6
+ * [ refactor] Require base64-arraybuffer module conditionally. (#58 )
7
+ * [ perf] Split try catch into separate function (#65 )
8
+ * [ chore] Use wtf-8 instead of utf8 to prevent lone surrogates from generating parsing error (#68 )
9
+ * [ chore] Restrict files included in npm package (#67 )
10
+ * [ chore] Update license and repository url (#66 )
11
+ * [ chore] Update zuul browser settings following EOL notices (#62 )
12
+ * [ chore] bump zuul (#56 )
13
+
2
14
1.2.4 / 2015-12-04
3
15
==================
4
16
Original file line number Diff line number Diff line change 2
2
"name" : " engine.io-parser" ,
3
3
"description" : " Parser for the client for the realtime Engine" ,
4
4
"license" : " MIT" ,
5
- "version" : " 1.2.4 " ,
5
+ "version" : " 1.3.0 " ,
6
6
"homepage" : " https://github.com/socketio/engine.io-parser" ,
7
7
"devDependencies" : {
8
8
"expect.js" : " 0.3.1" ,
You can’t perform that action at this time.
0 commit comments