All notable changes to this project will be documented in this file, in reverse chronological order by release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- #10 adds support for PHP 7.2.
- Nothing.
- Nothing.
- #10 removes support for HHVM.
- Nothing.
- #8 extracts the classes
ZF\ComposerAutoloading\Help
,ZF\ComposerAutoloading\Command\Enable
, andZF\ComposerAutoloading\Command\Disable
from theZF\ComposerAutoloading\Command
class, which now delegates to each of them to perform its tasks.
-
#8 renames the script from
autoload-module-via-composer
tozf-composer-autoloading
. -
#8 renames the
Command::__invoke()
method toCommand::process()
. -
#8 adds a dependency on zend-stdlib in order to facilitate colorized console reporting, and allow testing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
- Nothing.
-
#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.
- #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.
- Nothing.
- Nothing.
- Nothing.
Initial release.
- Nothing.
- Nothing.
- Nothing.
- Nothing.