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 1
1
# Changelog
2
2
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
+
3
14
## 0.2.0 (2015-05-17)
4
15
5
16
* Feature: Support echo replacements (asterisk for password prompts)
Original file line number Diff line number Diff line change 2
2
3
3
Async, event-driven and UTF-8 aware standard console input & output (STDIN, STDOUT) for React PHP
4
4
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.
6
6
7
7
## Quickstart example
8
8
@@ -269,7 +269,7 @@ The recommended way to install this library is [through composer](https://getcom
269
269
``` JSON
270
270
{
271
271
"require" : {
272
- "clue/stdio-react" : " ~0.2 .0"
272
+ "clue/stdio-react" : " ~0.3 .0"
273
273
}
274
274
}
275
275
```
You can’t perform that action at this time.
0 commit comments