All notable changes to this project will be documented in this file.
2.1.0 - 2015-02-27
This version is the first one working without strict errors using Robo >=0.5.2.
- Robo dependency to
~0.5.2
(and removedconflict
section)
- PSR-4 autoloading (renamed
Drush.php
toDrushStack.php
- PHPUnit deprecation warning
2.0.2 - 2015-02-21
You have to use "codegyre/robo": "dev-master"
in your composer.json,
since there is no new release which includes consolidation/robo#114.
- strict warning about 'same property'
2.0.1 - 2015-01-25
- Robo version in
conflict
section of composer.json
2.0.0 - 2015-01-25
Release for Robo >=0.5 (not compatible with 0.4.*!).
- Trait name to
\Boedah\Robo\Task\Drush\loadTasks
in line with Robo tasks - Task name from
DrushStackTask
toDrushStack
1.0.3 - 2015-01-25
conflict
section in composer.json
1.0.2 - 2015-01-25
- This change log following keepachangelog.com.
- Installation instructions to README.
- Robo version in composer dev dependencies is now 0.4.5, as 0.4.6. introduced a BC break.
Code will be updated soon to be compatible with Robo 0.5.
- phpdoc of
getVersion()
1.0.1 - 2014-06-20
- Drush version is now fetched correctly in
updateDb()
- Initial commit