Releases: laravel/prompts
Releases · laravel/prompts
v0.1.9
- Register shutdown function to kill process in the event of an early exit by @joetannenbaum in #76
- Add non-interactive mode by @jessarcher in #73
- Add
multisearch
prompt by @irobin591 in #58 - Allow
select
andsearch
"required" message to be customized. by @jessarcher in #84 - Replace shutdown handlers with destructors by @jessarcher in #81
- Update dependencies for 0.1.9 release by @crynobone in #83
- Add Progress Bar Helper by @joetannenbaum in #82
v0.1.8
- Add a
table
renderer by @joetannenbaum in #68 - Support emacs style key binding by @storyn26383 in #67
- Support more readline keys by @storyn26383 in #70
spin
: Ensure process termination on$callback()
failure by @manelgavalda in #71
v0.1.7
- Make adjusted
scroll
value available in prompt constructor by @jessarcher in #60 - Display count of selected items when scrolling by @jessarcher in #61
- fix(select): default value not being centered when not visible by @toyi in #59
- Use fallback implementation when
stty
command fails by @jessarcher in #63 - Fix synchronous rendering of spinner by @jessarcher in #66
v0.1.6
- Fix display of submitted multiselect selections by @jessarcher in #53
- Add a default hint for the
multiselect
prompt by @jessarcher in #50 - Remove redundant handling of Symfony-style tags by @jessarcher in #49
- Add view state for scroll prompts by @crazywhalecc in #43
v0.1.5
- Correct initial release version in changelog by @ivacuum in #46
- Draw Boxes With All Supported Colors by @devajmeireles in #47
- Prompt
hint
by @devajmeireles in #44
v0.1.4
- Update README.md by @lazer-hybiz in #35
- Don't allow negativ str_repeats by @mpociot in #37
- Prevent C0 control codes by @jessarcher in #38
- support mutli-byte characters by @tyler36 in #33
- Add support for alternative arrow keys by @jessarcher in #40
- Add info note by @sebastianpopp in #36
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- added null type hints by @oreillysean in #27
- Fix required validation on
suggest
prompt by @jessarcher in #25 - Improve support for accent characters by @jessarcher in #26
- Fix output of escape characters when using
NullOutput
interface by @jessarcher in #28
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- (feat) Enforce static calls of static methods by @lucasmichot in #11
- fix: Check for non-null return value from fread to handle character z… by @igorblumberg in #15
- Replace tput command as it's not available on all OSes by @digiservnet in #14
- Improve errors on unsupported environments by @jessarcher in #20
Full Changelog: v0.1.0...v0.1.1