Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Tags: zendframework/zend-console

Tags

release-2.8.0

Toggle release-2.8.0's commit message
zend-console 2.8.0

Added
-----

- [#41](#41) adds support for PHP 7.3.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- [#41](#41) removes support for zend-stdlib v2 releases.

Fixed
-----

- [#44](#44) fixes usage of `array_unique()` within the `DefaultRouteMatcher` to
  properly re-assign the array when invoked.

release-2.7.0

Toggle release-2.7.0's commit message
zend-console 2.7.0

Added
-----

- [#32](#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.

- [#39](#39) adds support for
  PHP 7.2.

Changed
-------

- Nothing.

Deprecated
----------

- Nothing.

Removed
-------

- [#39](#39) removes support
  for PHP 5.5.

- [#39](#39) removes support
  for HHVM.

Fixed
-----

- [#19](#19) updated link
  to the documentation in the [README](README.md)

release-2.4.13

Toggle release-2.4.13's commit message
zend-console 2.4.13

release-2.4.12

Toggle release-2.4.12's commit message
zend-console 2.4.12

release-2.4.11

Toggle release-2.4.11's commit message
zend-console 2.4.11

release-2.4.10

Toggle release-2.4.10's commit message
zend-console 2.4.10

release-2.6.0

Toggle release-2.6.0's commit message
zend-console 2.6.0

Added
-----

- [#16](#16) updates,
  reorganizes, and publishes the documentation to
  https://zendframework.github.io/zend-console

Deprecated
----------

- Nothing.

Removed
-------

- Nothing.

Fixed
-----

- [#13](#13) updates the
  component to make it forwards-compatible with the zend-stdlib and
  zend-servicemanager v3 versions.
- [#4](#4) fixes an error in
  `getTitle()` whereby the `$output` array was being incorrectly used as a
  string.
- [#12](#12) updates the
  `Zend\Console\Prompt\Char::show()` method to call on the composed adapter's
  `write()`/`writeLine()` methods instead of calling `echo()`.

release-2.4.9

Toggle release-2.4.9's commit message
zend-console 2.4.9

release-2.4.8

Toggle release-2.4.8's commit message
zend-console 2.4.8

release-2.4.7

Toggle release-2.4.7's commit message
zend-console 2.4.7