Releases: laravel/prompts
Releases · laravel/prompts
v0.3.1
- Adds support for conditional steps by @jochem-blok in #171
v0.3.0
- Update logo to support dark/light theme by @milewski in #170
- Uses
nick-fields/retry@v3
by @crynobone in #169 - [0.3.0] Remove circular dependency on
illuminate/collections
by @jessarcher in #168 - Fix default values not being passed by @jessarcher in #174
v0.2.1
- [ BugFix ] Handle Failed Terminal Read Gracefully by @ProjektGopher in #164
- Update
dev-main
branch alias to0.2.x-dev
by @crynobone in #166
v0.2.0
- Adding "Clear" Function For Cleaning The Terminal by @TarsisioXavier in #160
- Extract Looping Mechanisms by @ProjektGopher in #162
v0.1.25
v0.1.24
- Allow re-rendering during progress callback by @jessarcher in #155
v0.1.23
- Ignore PHPstan error by @jessarcher in #149
- Allow selecting all options in a
multiselect
by @duncanmcclean in #147
v0.1.22
v0.1.21
- Add description to composer.json by @edwinvdpol in #139
- Add ability to specify character in pad function by @ProjektGopher in #141
- Adds support for additional keys by @ProjektGopher in #140
- Extract string handling methods from DrawsBoxes trait by @ProjektGopher in #142
v0.1.20
- Fix for up/down arrows + cursor position when textarea content contains multi-byte strings by @joetannenbaum in #137