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 8876d54 commit 2e0ca4eCopy full SHA for 2e0ca4e
History.md
@@ -1,4 +1,13 @@
1
2
+3.1.0 / 2017-01-16
3
+===================
4
+
5
+ * [docs] Document remoteDisconnect method (#179)
6
+ * [feature] Implement remoteDisconnect method (#177)
7
+ * [fix] Subscribe only once per room (#175)
8
+ * [test] Fix 'Connection is closed' errors when cleaning up tests (#178)
9
+ * [test] Use quit() instead of end() to close Redis connection (#176)
10
11
3.0.0 / 2017-01-08
12
===================
13
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-redis",
- "version": "3.0.0",
+ "version": "3.1.0",
"description": "",
"license": "MIT",
"repository": {
0 commit comments