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

Releases: zendframework/zend-console

zend-console 2.8.0

04 Feb 19:48
Compare
Choose a tag to compare

Added

  • #41 adds support for PHP 7.3.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #41 removes support for zend-stdlib v2 releases.

Fixed

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

zend-console 2.7.0

25 Jan 19:10
Compare
Choose a tag to compare

Added

  • #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 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #39 removes support for PHP 5.5.

  • #39 removes support for HHVM.

Fixed

  • #19 updated link to the documentation in the README

zend-console 2.6.0

09 Feb 17:17
Compare
Choose a tag to compare

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

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