Skip to content

Releases: vanilla/garden-cli

Garden CLI 4.0

24 Jan 20:35
e7e2f65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.1.2...v4.0

Garden CLI 3.1.2

25 Oct 13:37
d9844c4
Compare
Choose a tag to compare

Fixed a bug when adding methods from subclasses.

Garden CLI 3.1.1

25 Oct 13:13
07c361f
Compare
Choose a tag to compare

Fixed a bug when a setter doesn’t have a type.

Garden CLI 3.1

25 Oct 00:49
5050910
Compare
Choose a tag to compare

This version includes some enhancement to make upgrading from 2.x easier.

Garden CLI 3.0.1

17 Oct 19:58
5106872
Compare
Choose a tag to compare

This is a major new release that introduces the CliApplication class to help you route the command line to your PHP code using methods. The intention is to reduce boilerplate as much as possible and enable you to add CLI support to your libraries with very little code.

See the README for usage instructions.

Garden CLI 3.0

17 Oct 19:40
40c9b14
Compare
Choose a tag to compare

False launch. Move along..

Garden CLI 2.2

24 Aug 22:38
b0eb212
Compare
Choose a tag to compare

This release adds support for array options and cleans up the build.

Garden CLI 2.1

26 Jun 14:36
Compare
Choose a tag to compare

This release sees the introduction of two new logging helpers: the TaskLogger and the StreamLogger. These loggers offer a few benefits over the old LogFormatter.

  • The new loggers are PSR-3 compliant.
  • You can now control the output of your logs more with StreamLogger options.

The LogFormatter is now deprecated, but will be kept in the package for some time. Have a look at the README for information on the new loggers.

Garden CLI 2.0

20 Feb 18:12
6b18be1
Compare
Choose a tag to compare

Updated to PHP 7.0+ support only.

Garden CLI 1.6.3

01 Dec 19:58
8d15013
Compare
Choose a tag to compare

Adds new method to LogFormatter.

  • warn($str)