Skip to content

Latest commit

 

History

History
52 lines (42 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

52 lines (42 loc) · 1.79 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

0.1.7 - 2017-10-28

Changed

  • Updated Composer lock file.

0.1.6 - 2016-10-30

Changed

  • Removed gettext localization.

0.1.5 - 2016-06-11

Changed

  • Fixed variable name in SetupHelper::getRootFolder(). Props @dnaber-de.

0.1.4 - 2016-06-10

Added

  • The name of the Config file can now be set through a Composer "extra" key.

0.1.3 - 2016-06-09

Added

  • Added brightnucleus/config integration.
  • Added task to remove original vendor folder.
  • Run composer update.
  • Run vendor/bin/phpunit to make sure everything looks good.

0.1.2 - 2016-06-09

Added

  • Added documentation about how to modify the boilerplate templates & scripts.
  • Added example setup task that displays a logo (not included in Setup by default).

Changed

  • Moved removal of .git from Composer shell script to SetupTask.
  • Moved git init from Composer shell script to SetupTask.

0.1.1 - 2016-06-08

Added

  • Remove code quality indicators from README.md.

0.1.0 - 2016-06-08

Added

  • Initial release to GitHub.