All Versions
70
Latest Version
Avg Release Cycle
67 days
Latest Release
-

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
  • 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 to taskGitStack 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
  • 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