Skip to content

Latest commit

 

History

History
110 lines (64 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

110 lines (64 loc) · 2.67 KB

Changelog

All notable changes to this project will be documented in this file, in reverse chronological order by release.

2.8.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.8.0 - 2019-02-04

Added

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

Fixed

2.7.0 - 2018-01-25

Added

  • 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.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

Fixed

2.6.0 - 2016-02-9

Added

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • 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's write()/writeLine() methods instead of calling echo().