Releases: surgiie/blade-cli
Releases · surgiie/blade-cli
v3.7.1
- Publish standalone build.
v3.7.0
- Add
--confirm
option to render
command to allow custom confirmation prompts.
v3.6.0
- Add support for loading variables form yaml files with new
--from-yaml
array option.
v3.4.3
- Minor change to how version number is determined, git tag method provided by laravel zero is unreliable as it always prints out
unreleased
v3.4.2
- Remove fragile builds/git version.
v3.4.0
v3.4.0 - 2022-11-16
Changed
- Update
surgiie/console
to v0.15.0
to include fix for caught exceptions are not re-thrown in runTask
calls.
v3.3.0
v3.3.0 - 2022-11-14
Added
- Bring back
runTask
not that flicker is fixed by @surgiie in #14
v3.1.0
v3.1.0 - 2022-11-09
- Remove
runTask
usages and update surgiie/console due to overhead and bad flicker from spinner process by @surgiie in #12