Releases: vanilla/garden-cli
Garden CLI 4.0
What's Changed
- Fix: fix compatibility with PHP 8.1 by @SMillerDev in #43
- Feature/php 8.1 support by @OlivierLamyCanuel in #45
New Contributors
- @SMillerDev made their first contribution in #43
- @OlivierLamyCanuel made their first contribution in #45
Full Changelog: v3.1.2...v4.0
Garden CLI 3.1.2
Fixed a bug when adding methods from subclasses.
Garden CLI 3.1.1
Fixed a bug when a setter doesn’t have a type.
Garden CLI 3.1
This version includes some enhancement to make upgrading from 2.x easier.
Garden CLI 3.0.1
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
False launch. Move along..
Garden CLI 2.2
This release adds support for array options and cleans up the build.
Garden CLI 2.1
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
Updated to PHP 7.0+ support only.
Garden CLI 1.6.3
Adds new method to LogFormatter
.
warn($str)