go-prompt v0.2.2 Release Notes

Release Date: 2018-06-28 // almost 6 years ago
  • What's new?

    • ๐Ÿ‘Œ Support CJK(Chinese, Japanese and Korean) and Cyrillic characters.
    • โž• Add OptionCompletionWordSeparator(x string) to customize insertion points for completions.
      • To support this, text query functions by arbitrary word separator are added in Document (please see here for more details).
    • โž• Add FilePathCompleter to complete file path on your system.
    • โž• Add option to customize ascii code key bindings.
    • โž• Add GetWordAfterCursor method in Document.

    โœ‚ Removed or Deprecated

    • ๐Ÿ—„ prompt.Choose shortcut function is deprecated.