We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c9841 commit a0143b6Copy full SHA for a0143b6
HISTORY.md
@@ -0,0 +1,16 @@
1
+
2
+2.1.0 / 2017-06-03
3
+===================
4
5
+ * chore(*): Reduce the size of the package
6
7
+2.0.0 / 2017-05-08
8
9
10
+ * chore(*): provide a transpiled build
11
12
+1.0.0 / 2017-04-27
13
14
15
+ * feat(*): initial commit
16
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-json-parser",
- "version": "2.0.0",
+ "version": "2.1.0",
"description": "socket.io parser based on JSON.stringify / JSON.parse",
"main": "index",
"dependencies": {
0 commit comments