We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40764bb commit b983377Copy full SHA for b983377
History.md
@@ -1,4 +1,12 @@
1
2
+1.0.0 / 2017-02-16
3
+===================
4
+
5
+ * [feat] Remove the socket.io-parser dependency (#47)
6
+ * [refactor] Remove useless self var (#45)
7
8
+The major bump is due to #45, which is only compatible with socket.io > 2.0.
9
10
0.5.0 / 2016-11-20
11
==================
12
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-adapter",
- "version": "0.5.0",
+ "version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
0 commit comments