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

Releases: surgiie/blade-cli

v3.0.0

10 Nov 17:44
14148ec
Compare
Choose a tag to compare

v3.0.0 - 2022-11-08

Changed

Added

Prettier Dry Run

05 Oct 22:04
Compare
Choose a tag to compare
  • Output --dry-run content in a table for clearer output/readability.

Minor Restructures.

03 Oct 19:27
Compare
Choose a tag to compare
  • Move/rename Surgiie\BladeCLI\Support\ConsoleApplication to Surgiie\BladeCLI\Application
  • Minor polishes/typo fixes, including removing doc block annotations.

Use Application for static container instance.

23 Sep 21:05
Compare
Choose a tag to compare
  • Change class that manages the static container instance from the base command to application class.

Prettier Output

22 Sep 21:38
Compare
Choose a tag to compare
  • Utilize Illuminate\Console\View Components for output.
  • Minor polishes.

Rework save

19 Aug 03:23
Compare
Choose a tag to compare
  • Remove --save-directory in place of two new options for saving: --save-as for files and --save-dir for directory.
  • Enforce --save-dir for directory rendering.
  • Testing/faking improvements
  • Add support to use .env files for variable data with new --from-env option.
  • Aesthetics/typehints

Allow file path to be set later.

01 Aug 05:33
Compare
Choose a tag to compare
  • Allow file path to be set later by adding default argument of null
  • Add test for new exception thrown if no filepath is set when render is attempted.

New methods/tags

31 Jul 04:22
Compare
Choose a tag to compare
  • Add new filename option
  • Add getRenderContents to Blade class for getting raw rendered content for custom handling.

Bug Fix Incorrect Version

10 Jul 00:37
Compare
Choose a tag to compare
  • Fix bug with incorrect CLI version not incremented in last tag.

Initial 1.0 Release

09 Jul 15:49
Compare
Choose a tag to compare
  • [Breaking Change] - Updates namespace to Surgiie\BladeCLI
  • Fix bug where render directory was not being called.