Skip to content

Version 0.9.1

Compare
Choose a tag to compare
@veewee veewee released this 06 Jun 14:37
· 1672 commits to v2.x since this release
v0.9.1
cf4199e

New features

  • Added formatters to make task output more consistent.
  • Added hooks_dir configuration to make it possible to create your own git hooks.
  • Added hooks_preset configuration for a set of pre-defined git hooks.
  • Added Vagrant hooks to run GrumPHP inside your guest.
  • Added support for unstaged files during git commit -a.
  • Added support for RAW diffs in the STDIN of the CLI commands.
  • Added process_timeout configuration for long running GrumPHP tasks.

Improvements

  • Php-CS-Fixer task runs based on the configured files in run context.
  • Local executables are preferred above globally installed executables.
  • Errers in STDERR are also displayed in the error output.
  • Improve the generation of the paths in the git commit hooks.