Skip to content

Releases: wavesoft/local-echo

v0.2.0

12 Sep 15:55
Compare
Choose a tag to compare

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

12 Sep 14:07
Compare
Choose a tag to compare

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