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 1
1
# Changelog
2
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
+
3
11
## 0.1.2 (2016-06-14)
4
12
5
13
* 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
109
109
This will install the latest supported version:
110
110
111
111
``` bash
112
- $ composer require clue/term-react:^0.1
112
+ $ composer require clue/term-react:^0.1.3
113
113
```
114
114
115
115
See also the [ CHANGELOG] ( CHANGELOG.md ) for details about version upgrades.
You can’t perform that action at this time.
0 commit comments