Input::validate_with
can take aFnMut
(allowing multiple references)
Input::interact*
methods take&mut self
instead of&self
- Added
wait_for_newline
toConfirm
- More secure password prompt
- More documentation
- Added
interact_text
method for input prompt - Added
inline_selections
toColorfulTheme
- Removed
theme::CustomPromptCharacterTheme
Input
validators now take the input typeT
as argConfirm
has nodefault
value by default now
- Updating some docs
theme::ColorfulTheme
default styles are for stderr
- Removed
theme::SelectionStyle
enum - Allowed more customization for
theme::Theme
trait by changing methods - Allowed more customization for
theme::ColorfulTheme
by changing members - Renamed prompt
Confirmation
toConfirm
- Renamed prompt
PasswordInput
toPassword
- Renamed prompt
OrderList
toSort
- Renamed prompt
Checkboxes
toMultiSelect
- Improved colored theme
- Improved cursor visibility manipulation