Skip to content

Releases: consolidation/robo

0.3.6

21 Feb 05:16
Compare
Choose a tag to compare
updated template

0.3.5

21 Feb 05:14
Compare
Choose a tag to compare

Init template changed

0.3.4

21 Feb 04:49
Compare
Choose a tag to compare

ExecStack task is added, hashbang removed from Phar

0.3.3

20 Feb 03:29
Compare
Choose a tag to compare

Packages: phar, composer, git

0.3.2

20 Feb 03:25
Compare
Choose a tag to compare

Phar build, fixed to use with Composer

0.3.0

11 Feb 04:42
Compare
Choose a tag to compare

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

29 Jan 00:51
Compare
Choose a tag to compare

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

0.1.0

28 Jan 05:44
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

This works