Releases: tmattio/inquire
Releases · tmattio/inquire
0.3.1
0.3.0
CHANGES:
Added
- Improved all prompts prompt to handle escape sequences (e.g. "Ctrl-L" will clear the screen while reading from answer).
- Improved
selectto 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-termdependency - Removed
lwtintegration
0.2.1
0.2.0
CHANGES:
Changed
- Changed the Make functor to take a module with functions
make_prompt,make_errorandmake_select. - Changed
raw_listtoraw_select.
Added
- Add
selectprompt. - Support default values for all prompts.
- Support validate functions for
passwordandinputprompts.
v0.1.0
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
confirmprompt. - Add
inputprompt. - Add
passwordprompt. - Add
raw_listprompt.