We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d32abc commit ddd6906Copy full SHA for ddd6906
History.md
@@ -1,4 +1,15 @@
1
2
+3.0.0 / 2017-01-08
3
+===================
4
+
5
+ * [feature] Add some helper methods (#168)
6
+ * [test] Add newer nodejs versions in Travis (#167)
7
+ * [test] simplify tests by using beforeEach/afterEach methods (#166)
8
+ * [perf] Micro-optimisations (#163)
9
+ * [feature] Forward errors from pub/sub clients to the adapter (#160)
10
+ * [chore] Replace msgpack with msgpack-lite (#156)
11
+ * [feature] Make subEvent default to `messageBuffer` (#157)
12
13
2.0.1 / 2016-12-08
14
===================
15
package.json
@@ -1,6 +1,6 @@
{
"name": "socket.io-redis",
- "version": "2.0.1",
+ "version": "3.0.0",
"description": "",
"license": "MIT",
"repository": {
0 commit comments