File rubygem-tty-prompt.changes of Package rubygem-tty-prompt
-------------------------------------------------------------------
Thu Jun 24 18:06:18 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.23.1
see installed CHANGELOG.md
## [v0.23.1] - 2021-04-17
### 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
-------------------------------------------------------------------
Wed Jan 20 13:31:00 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 0.23.0
see installed CHANGELOG.md
## [v0.23.0] - 2020-12-14
### 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
-------------------------------------------------------------------
Fri Sep 25 15:03:55 UTC 2020 - Stephan Kulow <coolo@suse.com>
updated to version 0.22.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu May 7 21:37:44 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.21.0
see installed CHANGELOG.md
## [v0.21.0] - 2019-03-08
### Added
* Add :min option to #multi_select prompt by Katelyn Schiesser(@slowbro)
### Changed
* Change gemspec to remove test artifacts
### Fixed
* Fix :help_color option for multi_selct prompt by @robbystk
-------------------------------------------------------------------
Mon Feb 10 15:59:51 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 0.20.0
see installed CHANGELOG.md
## [v0.20.0] - 2019-11-24
### Changed
* Change to update tty-reader dependency
* Change gemspec to include metadata
### Fixed
* Fix Choice#from to differentiate between nil and false by Katelyn Schiesser(@slowbro)
* Fix yes? and no? prompts to stop raising on invalid/blank input by Katelyn Schiesser(@slowbro)
* Fix Ruby 2.7 keyword arguments warnings
* Fix question validation to work with nil input
-------------------------------------------------------------------
Fri Nov 8 19:23:29 UTC 2019 - Johannes Kastl <kastl@b1-systems.de>
- package created with gem2rpm