All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning] (http://semver.org/). For change log format, use [Keep a Changelog] (http://keepachangelog.com/).
Environment::isArgumentDefined()
return false in case of handler called with $argv value
- New arguments for clear cache command to clear all directories or specified
- CHMOD of executable command
- New method
Environment::getArgumentMultiple()
to get values for an argument multiple
No changes were introduced since the previous beta 2 release.
- Declare
CliApp
inflector to the service container in constructor
- Remove
CliApp
dependency in constructor ofAbstractCommand
, inflector used instead
- Console with
league/climate
library
- Namespace move from
Berlioz\CliCore
toBerlioz\Cli\Core
- Refactoring
- Bump minimal compatibility to PHP 8
- Dependency to
psr/log
- Dependency to
ulrichsg/getopt-php
- PHP 8 compatibility in
composer.json
- Bump
ulrichsg/getopt-php
required package version incomposer.json
First version