Releases: joetannenbaum/terminalia
Releases · joetannenbaum/terminalia
0.3.3
0.3.2
Bug Fixes
- Actually fixed the bug for filterable choices from 0.3.1. (Really need tests)
0.3.1
Bug Fixes
- Fixed error when using
filterable
argument on choices
0.3.0
Breaking Changes
You can expect occasional breaking changes prior to the 1.0.0 release, I will document them as best I can.
termChoice
method argumentitems
has been changed tochoices
to align more closely with Laravel'schoice
method
0.2.2
- Fixed bug where value of spinner was not being returned
0.2.1
- Updated docs
- If passing a
Collection
totermChoice
withmultiple
set totrue
, the result will be aCollection
, otherwise it will return an array
0.2.0
- Fixed
default
argument to work correctly fortermChoice
- Added
Terminalia\Helpers\Choices
to allow for passing nested collections totermChoice
(https://github.com/joetannenbaum/terminalia#choices-helper)
Initial Release
Features
- Inline input validation using Laravel's built-in validator
- Interactive prompts for text, choice, and confirmation
- A spinner for long-running processes
- Filterable choices