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.3 (2017-04-06)
4+
5+ * Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
6+ (#18 and #20 by @clue )
7+
8+ * Improve test suite by adding PHPUnit to require-dev
9+ (#19 by @clue )
10+
311## 0.1.2 (2016-06-14)
412
513* Fix: Fix processing events when input writes during data event
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ The recommended way to install this library is [through Composer](https://getcom
109109This will install the latest supported version:
110110
111111``` bash
112- $ composer require clue/term-react:^0.1
112+ $ composer require clue/term-react:^0.1.3
113113```
114114
115115See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments