We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d982740 commit a45e0afCopy full SHA for a45e0af
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 0.1.2 (2016-06-14)
12
13
* Fix: Fix processing events when input writes during data event
README.md
@@ -109,7 +109,7 @@ The recommended way to install this library is [through Composer](https://getcom
109
This will install the latest supported version:
110
111
```bash
112
-$ composer require clue/term-react:^0.1
+$ composer require clue/term-react:^0.1.3
113
```
114
115
See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
0 commit comments