Skip to content

0.3.0

Compare
Choose a tag to compare
@DavertMik DavertMik released this 11 Feb 04:42

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