Releases: captainhook-git/captainhook
Releases · captainhook-git/captainhook
1.2.0
- Add UnitTest Code Coverage action
- Add possibility to execute static methods without any interface implementation
Example "Test Coverage"
{
"action": "\\sebastianfeldmann\\CaptainHook\\Hook\\PHP\\Action\\TestCoverage",
"options": {
"cloverXml": "build/logs/clover.xml"
}
}
Example "Static Method Execution"
{
"action": "\\MyName\\Foo::bar"
}
1.1.1
- Add "removed" to imperative blacklist
1.1.0
- Add new php lint action to perform a php syntax check
- Enhance some error messages
1.0.4
Fix issue #1
If your application is in a sub directory of your repository you can now run f.e.
$ vendor/bin/captainhook install --git-directory=../.git
This way captainhook knows where to install the hook scripts and can use the correct paths to your composer autoloader and your configuration file
1.0.3
Add some basic config validation
1.0.2
Validate configured action options
1.0.1
Added new composer CheckLockFile action to make sure your composer.lock file us up to date
Thanks @PurpleBooth for the inspiration
1.0.0
First stable CaptainHook release