File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # CHANGELOG
1+ # Changelog
22
3- This file is a manually maintained list of changes for each release. Feel free
4- to add your changes here when sending pull requests. Also send corrections if
5- you spot any mistakes.
3+ ## 0.3.1 (2016-11-01)
4+
5+ * Fix: Make parser more robust by supporting parsing messages with missing space after colon
6+ (#29 by @bonan , @clue )
7+
8+ * Improve documentation
69
710## 0.3.0 (2015-03-31)
811
Original file line number Diff line number Diff line change @@ -283,16 +283,17 @@ This is a shortcut to get the value of the "Event" field.
283283
284284## Install
285285
286- The recommended way to install this library is [ through composer] ( http://getcomposer.org ) . [ New to composer?] ( http://getcomposer.org/doc/00-intro.md )
286+ The recommended way to install this library is [ through Composer] ( http://getcomposer.org ) .
287+ [ New to Composer?] ( http://getcomposer.org/doc/00-intro.md )
287288
288- ``` JSON
289- {
290- "require" : {
291- "clue/ami-react" : " ~0.3.0"
292- }
293- }
289+ This will install the latest supported version:
290+
291+ ``` bash
292+ $ composer require clue/ami-react:^0.3
294293```
295294
295+ See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
296+
296297## Tests
297298
298299In order to run the tests, you need PHPUnit:
You can’t perform that action at this time.
0 commit comments