tty-prompt v0.23.1 Release Notes
Release Date: 2021-04-17 // almost 4 years ago-
๐ Changed
- ๐ Change validate to allow access to invalid input inside the message
๐ Fixed
- ๐ Fix Choice#from to differentiate between no value being set and nil value
Previous changes from v0.23.0
-
โ Added
- โ Add the ability to provide an arbitrary array of values to Prompt::Slider by Katelyn Schiesser (@slowbro)
๐ Changed
- Change to allow default option to be choice name as well as index in select, multi_select and enum_select prompts
๐ Fixed
- ๐ Fix left and right key navigation while filtering choices in the #select and #multi_select prompts