Skip to content

v3.1.0

Compare
Choose a tag to compare
@andres-montanez andres-montanez released this 25 Feb 23:16
· 105 commits to master since this release
  • Add new Exec task to execute arbitrary shell commands
  • Add new Composer task, to update phar (composer/self-update)
  • [#344] Allow to flag Filesystem tasks
  • [PR#346] Add new File System task, to change file's modes (fs/chmod)
  • [BUGFIX] [PR#342] Ignore empty exclude lines
  • [PR#330] Allow Composer task options to be overwritten at environment level
  • [PR#330] Add new method Runtime::getMergedOption to merge ConfigOption and EnvOption
  • [Documentation] [PR#333] Improve example config file