File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 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)
Original file line number Diff line number Diff line change 22
33Async, 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```
You can’t perform that action at this time.
0 commit comments