Releases: wavesoft/local-echo
Releases · wavesoft/local-echo
Release list
v0.2.0
First version with tab-completion support:
Changelog
- ADDED: Tab completion support using
.addAutocompleteHandler - ADDED: Wide printing of multiple items using
.printWide - ADDED: Reading single character amidst of user input using
.readChar([prompt])
v.0.1.0
First beta release that includes the core local-echo functionality
- ADDED: Promise-based
.read()function to prompt the user and read a single line of input using local echo - ADDED: Arrow navigation
- ADDED: Word-boundary navigation
- ADDED: Word-boundary deletion
- ADDED: Local command history
- ADDED: Multi-line command input
- ADDED: Free multi-line command navigation