Releases: andkirby/commithook
Releases · andkirby/commithook
v2.0.0-beta.46
@@through Update version to v2.0.0-beta.46.
v2.0.0-beta.40 (bugfix)
Fix for an error in Validator\ParentThis.php:141.
v2.0.0-beta.18
@@through
Updated version.
(cherry picked from commit f8a2528)
v1.6.9
Fixed generating paths on install hook files into a project.
v1.6.8
Improved skipping methods name validation. Added new tag @skipCommitHookMethodNaming.
v1.6.7
Added supporting numbers in the issue project key in commit message.
v1.6.6
v1.6.6 Added PHP version of bin file (you may run all commands via php commithook.php). Added extra "complete" messages on "verbose" mode to the "remove" command.
v1.6.5
v1.6.5 Added new options command --php-binary|-b and --project-dir|-d. Improved PHP file validator.
v1.6.4
v1.6.4 Pushed tests to use PSR-4 autoload standard and to namespaces usage. Pushed code to use bin/runner.php file. LibHooks/runner.php is deprecated. Composer package require at least PHP 5.3.x version.
v1.6.3
v1.6.3 Improved installer. Added CommitHook files remover.