Skip to content

Commit 79cc794

Browse files
committed
Prepare v0.3.0 release
1 parent aa8c9cd commit 79cc794

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

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

3+
## 0.3.0 (2015-05-18)
4+
5+
* Feature: Support multi-byte UTF-8 characters and account for cell width
6+
(#20)
7+
8+
* Feature: Add support for HOME and END keys
9+
(#22)
10+
11+
* Fix: Clear readline input and restore TTY on end
12+
(#21)
13+
314
## 0.2.0 (2015-05-17)
415

516
* Feature: Support echo replacements (asterisk for password prompts)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Async, event-driven and UTF-8 aware standard console input & output (STDIN, STDOUT) for React PHP
44

5-
> Note: This project is in early beta stage! Feel free to report any issues you encounter.
5+
> Note: This project is in beta stage! Feel free to report any issues you encounter.
66
77
## Quickstart example
88

@@ -269,7 +269,7 @@ The recommended way to install this library is [through composer](https://getcom
269269
```JSON
270270
{
271271
"require": {
272-
"clue/stdio-react": "~0.2.0"
272+
"clue/stdio-react": "~0.3.0"
273273
}
274274
}
275275
```

0 commit comments

Comments
 (0)