Skip to content

Releases: botble/git-commit-checker

2.1.5

29 Jun 08:42
31dea88
Compare
Choose a tag to compare
Update composer.json

2.1.4

15 Feb 03:40
0b75b3c
Compare
Choose a tag to compare
Update composer.json

2.1.3

12 Feb 07:46
17d8075
Compare
Choose a tag to compare
Prevent errors when process output empty

2.1.2

11 Jan 02:38
d0d892f
Compare
Choose a tag to compare
Update composer.json

2.1.1

06 Jan 07:32
afdb0fd
Compare
Choose a tag to compare
Update CHANGELOG.md

2.1.0

06 Jan 07:20
49c60f0
Compare
Choose a tag to compare
Update CHANGELOG.md

2.0.2

05 Jan 10:03
e76fc87
Compare
Choose a tag to compare
Fix wrong preset variable (#8)

2.0.1: Merge pull request #7 from dinhquochan/han/patch-1

05 Jan 09:30
0af0b1c
Compare
Choose a tag to compare
Refactor code & improve output message

2.0.0

05 Jan 08:25
da4d44f
Compare
Choose a tag to compare

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 to git-commit-checker:install
  • Rename command git:pre-commit-hook to git-commit-checker:pre-commit-hook
  • Remove command git:create-phpcs
  • Remove TravisCI, StyleCI, Scrutinizer
  • Remove unnecessary files

1.0.12

05 Jul 16:38
1a04852
Compare
Choose a tag to compare
Add Laravel 9 support