All notable changes to botble/git-commit-checker
will be documented in this file.
- Bump version
laravel/pint
- Fix various bugs
- Fix output render on Windows platform (#10)
- Add warning message "Run command to see coding standard detail issues"
- Update version icon from README.md
- Remove verbose when run
pint --test
- 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
- First release.