Releases: phpro/grumphp
Releases · phpro/grumphp
Version 0.6.0
- Symfony 3 compatibility
- Extension system
- Easier task configuration
- Improved configuration detection
- Renamed blacklist task to git_blacklist
- Codeceptiont task
- Small bugfixes / improvements
Version 0.5.2
- Fix for global autoloading
- Small code improvements
Version 0.5.1
- Fixed an autoloading issue
- PHP7 is officially supported!
Version 0.5.0
- Added events to GrumPHP so that you can hook in wherever you want.
- Display progress when runnning tasks. This way you know WHY a commit is taking a long time. It is always enabled at the moment but could be configurable in the future.
- A basic run command that will run the tasks on all the files that are registered to git.
- A new locator that can find out which files are and will be committed in git.
- Use the grumphp command system-wide
- Improved documentation.
Version 0.4.1
- Use both the git pre-commit and commit-msg hook to run tasks.
- Create a new commit-msg context
- Add the git_commit_message to match the git commit message against a list of regular expressions
- Fix configuration issues in the php-cs-fixer command
Version 0.4.0
- Refactoring of TaskRunner to run in multiple contexts
Version 0.3.5
- Use config path from composer's extra at config command
Version 0.3.4
- Added a check to make sure the config file exists.
- Added composer extra options to configure the defalt path to the grumphp.yml file.
Version 0.3.3
Add the Blacklist task
Version 0.3.2
Only use the staged files in git during validation.