Releases: consolidation/robo
Releases · consolidation/robo
0.3.6
0.3.5
0.3.4
0.3.3
0.3.2
0.3.0
Now tasks return Result object which holds exit codes, messages and additional data in it.
Task configuration was improved with new magic DynamicConfiguration trait which can be used to populate properties of task
Changelog
- Dynamic configuration via magic methods
- added WriteToFile task
- Result class for managing exit codes and error messages
0.2.0
Robo got its changelog which is maintained by Robo tasks itself. Yey!
Tasks and traits to add them now live in the same file. It makes easier to create your own tasks.
And the most interesting addition - new watch task that allows monitor dirs for changes. Use it to run tests, pack assets, etc.
Changelog
- Merged Tasks and Traits to same file
- Added Watcher task
- Added GitHubRelease task
- Added Changelog task
- Added ReplaceInFile task