Rand Stats

Prompt

zef:lizmat
Revision history for Prompt

0.0.7  2024-12-05T12:14:11+01:00
    - Make sure history file exists for Terminal::LineEditor
      because otherwise Terminal::LineEditor activation will
      fail and another editor will be selected.  Spotted by
      Timo Paulssen++

0.0.6  2024-11-25T20:34:11+01:00
    - Make editor specification more resilient to faulty
      input

0.0.5  2024-11-24T20:16:27+01:00
    - Added support for additional completions with the
      :additional-completions named argument and method

0.0.4  2024-11-24T12:44:28+01:00
    - Added support for .supports-completions method
    - Added support for .completions setter / getter
    - Initial stab at supporting completions for the
      Linenoise and Terminal::LineEditor editors

0.0.3  2024-11-22T17:59:06+01:00
    - Added support for .editor-name method

0.0.2  2024-11-19T17:20:23+01:00
    - Added support for ":prompt" to export a "prompt" sub
    - Added some basic export tests

0.0.1  2024-11-19T15:50:18+01:00
    - Initial version