Skip to content

Releases: joetannenbaum/terminalia

0.3.3

16 May 00:43
732219d
Compare
Choose a tag to compare

Added tests for choices helper.

0.3.2

16 May 00:02
26b60b4
Compare
Choose a tag to compare

Bug Fixes

  • Actually fixed the bug for filterable choices from 0.3.1. (Really need tests)

0.3.1

15 May 23:33
2285ea9
Compare
Choose a tag to compare

Bug Fixes

  • Fixed error when using filterable argument on choices

0.3.0

15 May 12:36
e780c36
Compare
Choose a tag to compare

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 argument items has been changed to choices to align more closely with Laravel's choice method

0.2.2

08 May 14:43
501f7ab
Compare
Choose a tag to compare
  • Fixed bug where value of spinner was not being returned

0.2.1

06 May 13:25
04e73e7
Compare
Choose a tag to compare
  • Updated docs
  • If passing a Collection to termChoice with multiple set to true, the result will be a Collection, otherwise it will return an array

0.2.0

06 May 00:02
d9115e2
Compare
Choose a tag to compare

Initial Release

05 May 09:47
eefce6a
Compare
Choose a tag to compare

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