File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,18 @@ This file is a manually maintained list of changes for each release. Feel free
44to add your changes here when sending pull requests. Also send corrections if
55you spot any mistakes.
66
7+ ## 0.5.0 (2014-11-12)
8+
9+ * Feature: Support PubSub commands (P)(UN)SUBSCRIBE and watching for "message",
10+ "subscribe" and "unsubscribe" events
11+ (#24 )
12+
13+ * Feature: Support MONITOR command and watching for "monitor" events
14+ (#23 )
15+
16+ * Improve documentation, update locked dependencies and add first class support for HHVM
17+ (#25 , #26 and others)
18+
719## 0.4.0 (2014-08-25)
820
921* BC break: The ` Client ` class has been renamed to ` StreamingClient ` .
Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ The recommended way to install this library is [through composer](http://getcomp
174174``` JSON
175175{
176176 "require" : {
177- "clue/redis-react" : " ~0.4 .0"
177+ "clue/redis-react" : " ~0.5 .0"
178178 }
179179}
180180```
You can’t perform that action at this time.
0 commit comments