Skip to content

Commit e9bf92d

Browse files
committed
Prepare v0.3.0
1 parent 198b5a6 commit e9bf92d

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@ This file is a manually maintained list of changes for each release. Feel free
44
to add your changes here when sending pull requests. Also send corrections if
55
you 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"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
```

0 commit comments

Comments
 (0)