Skip to content

Releases: tmattio/inquire

0.3.1

04 Jun 11:57
Compare
Choose a tag to compare

CHANGES:

Fixed

  • Fix an issue with terminal scroll down.
  • Fix an issue with unsupported ANSI sequences for cursor save/restore.

0.3.0

19 May 16:49
f5bb64a
Compare
Choose a tag to compare

CHANGES:

Added

  • Improved all prompts prompt to handle escape sequences (e.g. "Ctrl-L" will clear the screen while reading from answer).
  • Improved select to allow selection using indexes.
  • Improved prompts to clear defaults and other tooltip on a valid answer and print the answer after the prompt.

Changed

  • Stripped out lambda-term dependency
  • Removed lwt integration

0.2.1

04 Oct 15:59
Compare
Choose a tag to compare

CHANGES:

Changed

  • Vendored lambda-term to fix dependency on Camomile assets

0.2.0

11 May 21:08
Compare
Choose a tag to compare

CHANGES:

Changed

  • Changed the Make functor to take a module with functions make_prompt, make_error and make_select.
  • Changed raw_list to raw_select.

Added

  • Add select prompt.
  • Support default values for all prompts.
  • Support validate functions for password and input prompts.

v0.1.0

19 Feb 09:01
Compare
Choose a tag to compare

CHANGES:

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

0.1.0 - 2020-02-12

Added

  • Add confirm prompt.
  • Add input prompt.
  • Add password prompt.
  • Add raw_list prompt.