This repository has been archived by the owner on Feb 14, 2024. It is now read-only.
Releases: surgiie/blade-cli
Releases · surgiie/blade-cli
v4.1.0
v4.0.0
What's Changed
-
Breaking - Drop PHP 8.0 support in place of PHP 8.1 and Update Laravel-Zero by @surgiie in b5e2d76
-
Remove loader, add laravel/prompts to prompt for file/dir path and minor polishes by @surgiie in 2f32e20
-
Update packages.
New Contributors
Full Changelog: v3.11.0...v4.0.0
v3.11.0
- Add
--no-cache
flag torender
command - Undo accidental removal of
compile-path
inclear
command - Rename
--compile-path
to--compiled-path
, but continue supporting old with warning.
Full Changelog: v3.10.0...v3.11.0
v3.10.0
- Chore/formatting cleanups
- Dependency upgrades
- Fix dot file name rendered file names from being
.rendered.example
to.example.rendered
Full Changelog: v3.9.0...v3.10.0
v3.9.0
- Dependency update
- Remove deprecated changes from dependency changes.
Full Changelog: v3.8.0...v3.9.0
v3.8.0
- Add
--compile-path
option for using custom directory. - Use
/tmp/.compiled
as default compile directory since phar/build cannot save files.
Full Changelog: v3.7.5...v3.8.0
v3.7.5
- Update build options/compiled path
- Dependency updates
Full Changelog: v3.7.4...v3.7.5
v3.7.4
- Update build to have new tmp directory as console task file location: https://github.com/surgiie/console/releases/tag/v2.0.3
Full Changelog: v3.7.3...v3.7.4
v3.7.3
- Dependency update
surgiie/console
to v2 - Better exit code in
clear
command. - Add doc blocks
- Minor refactors for
surgiie/console
v2 requirements.
Full Changelog: v3.7.2...v3.7.3