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

Latest commit

 

History

History
149 lines (83 loc) · 2.67 KB

CHANGELOG.md

File metadata and controls

149 lines (83 loc) · 2.67 KB

Changelog

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

2.1.1 - TBD

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

2.1.0 - 2018-05-03

Added

  • #10 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #10 removes support for HHVM.

Fixed

  • Nothing.

2.0.0 - 2017-02-22

Added

  • #8 extracts the classes ZF\ComposerAutoloading\Help, ZF\ComposerAutoloading\Command\Enable, and ZF\ComposerAutoloading\Command\Disable from the ZF\ComposerAutoloading\Command class, which now delegates to each of them to perform its tasks.

Changes

  • #8 renames the script from autoload-module-via-composer to zf-composer-autoloading.

  • #8 renames the Command::__invoke() method to Command::process().

  • #8 adds a dependency on zend-stdlib in order to facilitate colorized console reporting, and allow testing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.1.1 - 2017-02-22

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #5 fixes how the command creates the path to the module source directory; previously, it was hard-coded, and did not take into account the -p/--modules-path argument created in #2.

  • #6 adds validation for the number of arguments, ensuring that no flags have empty values.

  • #7 adds validation of the composer binary in a cross-platform way; an exception is now raised if it is not executable.

1.1.0 - 2017-02-16

Added

  • #2 adds the flags -p/--modules-path, allowing the user to specify the directory holding the module/source tree for which autoloading will be provided.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

1.0.0 - 2016-08-12

Initial release.

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.