This repository has been archived by the owner on Jan 21, 2020. It is now read-only.
Releases: zfcampus/zf-composer-autoloading
Releases · zfcampus/zf-composer-autoloading
zf-composer-autoloading 2.1.0
zf-composer-autoloading 2.0.0
Added
- #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.
Changes
- #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.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Nothing.
zf-composer-autoloading 1.1.1
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
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.