Releases: botble/git-commit-checker
Releases · botble/git-commit-checker
2.1.5
2.1.4
Update composer.json
2.1.3
Prevent errors when process output empty
2.1.2
Update composer.json
2.1.1
Update CHANGELOG.md
2.1.0
Update CHANGELOG.md
2.0.2
Fix wrong preset variable (#8)
2.0.1: Merge pull request #7 from dinhquochan/han/patch-1
Refactor code & improve output message
2.0.0
Switch to use Laravel Pint. Thanks @dinhquochan
- Drop support PHP 7.x, Laravel <= 8.x
- Replace PHP Code Sniffer, PHPLint to Laravel Pint
- Rename command
git:install-hooks
togit-commit-checker:install
- Rename command
git:pre-commit-hook
togit-commit-checker:pre-commit-hook
- Remove command
git:create-phpcs
- Remove TravisCI, StyleCI, Scrutinizer
- Remove unnecessary files
1.0.12
Add Laravel 9 support