All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- zendframework/zend-console#41 adds support for PHP 7.3.
- Nothing.
- Nothing.
- zendframework/zend-console#41 removes support for laminas-stdlib v2 releases.
- zendframework/zend-console#44 fixes usage of
array_unique()
within theDefaultRouteMatcher
to properly re-assign the array when invoked.
-
zendframework/zend-console#32 adds a new route match type, the "catch-all". Such types are always optional (thus, appear in
[]
sets), and are specified using...
within:command [...options]
.Parameters matched this way will always be returned as an array of values.
-
zendframework/zend-console#39 adds support for PHP 7.2.
- Nothing.
- Nothing.
-
zendframework/zend-console#39 removes support for PHP 5.5.
-
zendframework/zend-console#39 removes support for HHVM.
- zendframework/zend-console#19 updated link to the documentation in the README
- zendframework/zend-console#16 updates, reorganizes, and publishes the documentation to https://docs.laminas.dev/laminas-console
- Nothing.
- Nothing.
- zendframework/zend-console#13 updates the component to make it forwards-compatible with the laminas-stdlib and laminas-servicemanager v3 versions.
- zendframework/zend-console#4 fixes an error in
getTitle()
whereby the$output
array was being incorrectly used as a string. - zendframework/zend-console#12 updates the
Laminas\Console\Prompt\Char::show()
method to call on the composed adapter'swrite()
/writeLine()
methods instead of callingecho()
.