All Versions
70
Latest Version
Avg Release Cycle
67 days
Latest Release
-
Changelog History
Page 7
Changelog History
Page 7
-
v0.4.3 Changes
- added
SemVer
task by @jadb -
yell
output method added - task
FileSystemStack
added MirrorDirTask
added by @devster- switched to Symfony Filesystem component
- options can be used to commands
- array arguments can be used in commands
- added
-
v0.4.2 Changes
September 05, 2014- ask can now hide answers
- Trait Executable added to provide standard way for passing arguments and options
- added ComposerDumpAutoload task by @pmcjury
- added FileSystem task by @jadb
- added CommonStack metatsk to have similar interface for all stacked tasks by @jadb
- arguments and options can be passed into variable and used in exec task
- passing options into commands
-
v0.4.1 Changes
May 05, 2014- [BC]
taskGit
task renamed totaskGitStack
for compatibility - โ unit and functional tests added
- all command tasks now use Symfony\Process to execute them
- enabled Bower and Concat tasks
- โ added
printed
param to Exec task - codeception
suite
method now returns$this
- โฑ timeout options added to Exec task
- [BC]
-
v0.4.0 Changes
- Codeception task added
- PHPUnit task improved
- Bower task added by @jadb
- ParallelExec task added
- Symfony Process component used for execution
- Task descriptions taken from first line of annotations
CommandInterface
added to use tasks as parameters
-
v0.3.5 Changes
- ๐ changed generated init template
-
v0.3.4 Changes
- ๐ [PackPhar] ->executable command will remove hashbang when generated stub file
- [Git][Exec] stopOnFail option for Git and Exec stack
- [ExecStack] shortcut for executing bash commands in stack
-
v0.3.3 Changes
- PHPUnit basic task
- ๐ fixed doc generation
-
v0.3.2 Changes
- ๐ release process now includes phar
- phar executable method added
- git checkout added
- phar pack created
-
v0.3.0 Changes
November 02, 2014- ๐ง Dynamic configuration via magic methods
- โ added WriteToFile task
- Result class for managing exit codes and error messages
-
v0.2.0 Changes
- ๐ Merged Tasks and Traits to same file
- โ Added Watcher task
- โ Added GitHubRelease task
- โ Added Changelog task
- โ Added ReplaceInFile task