Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Releases: surgiie/blade-cli

v4.1.0

25 Nov 03:38
Compare
Choose a tag to compare
  • Bump dependencies
  • Add warnings for compile wording/options

Full Changelog: v4.0.0...v4.1.0

v4.0.0

23 Oct 05:39
Compare
Choose a tag to compare

What's Changed

  • Update Laravel 10 dependencies by @jals-es in #15

  • 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

02 Apr 19:22
Compare
Choose a tag to compare
  • Add --no-cache flag to render command
  • Undo accidental removal of compile-path in clear command
  • Rename --compile-path to --compiled-path, but continue supporting old with warning.

Full Changelog: v3.10.0...v3.11.0

v3.10.0

01 Apr 23:58
Compare
Choose a tag to compare
  • 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

26 Mar 22:02
Compare
Choose a tag to compare
  • Dependency update
  • Remove deprecated changes from dependency changes.

Full Changelog: v3.8.0...v3.9.0

v3.8.0

02 Mar 05:00
Compare
Choose a tag to compare
  • 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

08 Feb 02:58
Compare
Choose a tag to compare
  • Update build options/compiled path
  • Dependency updates

Full Changelog: v3.7.4...v3.7.5

v3.7.4

25 Jan 04:40
Compare
Choose a tag to compare

Full Changelog: v3.7.3...v3.7.4

v3.7.3

21 Jan 06:04
Compare
Choose a tag to compare
  • 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

v3.7.2

06 Jan 00:14
Compare
Choose a tag to compare
  • New build that fixes validation lang not being available due to bug in surgiie/console v1.0.1