Skip to content

Commit f71acd4

Browse files
committed
Prepare v0.4.0 release
1 parent e5727a5 commit f71acd4

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 0.4.0 (2016-09-27)
4+
5+
* Feature / BC break: The `Stdio` is now a well-behaving duplex stream
6+
(#35 by @clue)
7+
8+
* Feature / BC break: The `Readline` is now a well-behaving readable stream
9+
(#32 by @clue)
10+
11+
* Feature: Add `Readline::getPrompt()` helper
12+
(#33 by @clue)
13+
14+
* Feature / Fix: All unsupported special keys, key codes and byte sequences will now be ignored
15+
(#36, #30, #19, #38 by @clue)
16+
17+
* Fix: Explicitly redraw prompt on empty input
18+
(#37 by @clue)
19+
20+
* Fix: Writing data that contains multiple newlines will no longer end up garbled
21+
(#34, #35 by @clue)
22+
323
## 0.3.1 (2015-11-26)
424

525
* Fix: Support calling `Readline::setInput()` during `line` event

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,10 @@ $stdin = $stdio->getInput();
329329
The recommended way to install this library is [through Composer](https://getcomposer.org).
330330
[New to Composer?](https://getcomposer.org/doc/00-intro.md)
331331

332+
This will install the latest supported version:
333+
332334
```bash
333-
$ composer require clue/stdio-react:~0.3.0
335+
$ composer require clue/stdio-react:^0.4
334336
```
335337

336338
More details and upgrade guides can be found in the [CHANGELOG](CHANGELOG.md).

0 commit comments

Comments
 (0)