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

Releases: zfcampus/zf-composer-autoloading

zf-composer-autoloading 2.1.0

03 May 22:01
Compare
Choose a tag to compare

Added

  • #10 adds support for PHP 7.2.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • #10 removes support for HHVM.

Fixed

  • Nothing.

zf-composer-autoloading 2.0.0

22 Feb 16:57
Compare
Choose a tag to compare

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.

zf-composer-autoloading 1.1.1

22 Feb 16:36
Compare
Choose a tag to compare

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.

zf-composer-autoloading 1.1.0

16 Feb 22:52
Compare
Choose a tag to compare

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.