File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,6 +4,23 @@ 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.3.0 (2015-03-31)
8+
9+ * BC break: Rename ` Api ` to ` ActionSender ` to reflect its responsibility
10+ ([ #22 ] ( https://github.com/clue/php-ami-react/pull/22 ) )
11+
12+ * Rename invalid action method ` logout() ` to proper ` logoff() `
13+ ([ #17 ] ( https://github.com/clue/php-ami-react/issues/17 ) )
14+
15+ * Feature: Add ` Response::getCommandOutput() ` helper
16+ ([ #23 ] ( https://github.com/clue/php-ami-react/pull/23 ) )
17+
18+ * Feature: Emit "error" event for unexpected response messages
19+ ([ #21 ] ( https://github.com/clue/php-ami-react/pull/21 ) )
20+
21+ * Functional integration test suite
22+ ([ #18 ] ( https://github.com/clue/php-ami-react/pull/18 ) / [ #24 ] ( https://github.com/clue/php-ami-react/pull/24 ) )
23+
724## 0.2.0 (2014-07-20)
825
926* Package renamed to "clue/ami-react"
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ The recommended way to install this library is [through composer](http://getcomp
250250``` JSON
251251{
252252 "require" : {
253- "clue/ami-react" : " ~0.2 .0"
253+ "clue/ami-react" : " ~0.3 .0"
254254 }
255255}
256256```
You can’t perform that action at this time.
0 commit comments