Skip to content

Latest commit

 

History

History
75 lines (38 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

75 lines (38 loc) · 2.06 KB

Changelog

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

0.1.2 - 2020-07-29

Added

  • Nothing.

Changed

  • #36 changes the dependency from ocramius/package-versions to composer/package-versions-deprecated to ensure compatibility with Composer v2 on PHP 7.3.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.1 - 2020-06-30

Added

  • Nothing.

Changed

  • #34 makes it possible to omit adding dependency configuration for commands that can be instantiated without arguments.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

0.1.0 - 2020-06-16

Added

  • Adds a vendor binary, laminas, for use in both Laminas MVC and Mezzio applications, and which can be extended via configuration in applications and packages. See the integration documentation for details.

  • Provides the ability for users to supply their own PSR-11 container for supplying configuration and commands to the laminas binary; see the integration documentation for more details.

  • Provides the ability to chain multiple commands; see the command chains documentation for more information.

  • Provides the ability to define input "parameters"; these act like input options with the additional behavior that, in interactive mode, if the value is not supplied, the application prompts the user interactively for the value. Parameters may accept multiple values, either via repeated option invocations, or by prompting. See the command params documentation for more information.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.