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