File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.1.1 (2017-05-22)
4+
5+ * Feature: Forward compatibility with Stream v0.7, v0.6, v0.5 and upcoming v1.0 (while keeping BC)
6+ (#6 by @thklein )
7+
8+ * Improved test suite by adding PHPUnit to ` require-dev `
9+ (#5 by @thklein )
10+
311## 0.1.0 (2016-11-24)
412
513* First tagged release
Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ The recommended way to install this library is [through Composer](https://getcom
193193This will install the latest supported version:
194194
195195``` bash
196- $ composer require clue/ndjson-react:^0.1
196+ $ composer require clue/ndjson-react:^0.1.1
197197```
198198
199199See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments