Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 975 Bytes

CHANGELOG.rst

File metadata and controls

55 lines (35 loc) · 975 Bytes

Changelog

4.0.1

  1. [TASK] Code cleanup.

4.0.0

  1. [TASK] Allow to install package in different folder than vendor, fe. in local folder.
  2. [TASK] Extend the condition with filenames indicating root dir.

3.0.0

  1. [TASK] Simplify autoload.php with require instead of include.
  2. [TASK][BREAKING] Remove not needed public method requireFile.
  3. [TASK][BREAKING] Make loader to load files alphabetically.
  4. [TASK][BREAKING] Rename public method requireFilesFromDirectoryRecursively because of typo.

2.0.1

  1. [BUGFIX] Fix wrong exception with multiple repositories with same namespace prefix (/pull/1)
  2. [TASK] Refactor autoload.php and FileUtility / Load classes.
  3. [TASK] Refactor docs.

2.0.0

  1. Remove dependency to deployer.

1.0.3

  1. Check if namespace is not empty.

1.0.2

  1. Improving documentation.

1.0.1

  1. Improving documentation.

1.0.0

  1. Initial version