Skip to content

Releases: igorsgm/laravel-git-hooks

1.3.0

13 Apr 07:32
c42045f
Compare
Choose a tag to compare

Github actions improvements, replace outdated libraries

  • Added multiple Github actions pipelines for each Laravel version supported (with supported PHP versions)
  • Bumped Node.js version in Github actions to 20 (including actions/setup-node@v4, actions/checkout@v4, actions/cache@v4)
  • Replaced set-output syntax (deprecated)
  • Updated package-lock.json with more recent versions
  • Replaced nunomaduro/larastan (deprecated) with larastan/larastan
  • Updated phpunit.xml to latest format
  • Replaced pestphp/pest-plugin-mock (deprecated) with Mockery
  • Fixed GitHelperTest.php test when running on more recent version of git

#29

1.2.0

28 Mar 01:18
aee71da
Compare
Choose a tag to compare

Laravel 11 Compatibility

1.1.2

04 Jan 23:05
b29c74b
Compare
Choose a tag to compare

Bug Fixes

  • Remove Pint defaults
  • Fixed Pint style issues

1.1.1

10 Jun 08:23
3a68f06
Compare
Choose a tag to compare

Bug Fixes

  • Code Analyzers fixed to consider only staged files of the commit

1.1.0

10 Jun 05:40
c21208b
Compare
Choose a tag to compare

Laravel Zero Support

  • Added artisan executable path configuration
    Customization of the artisan executable path is now possible in Laravel Zero applications, enabling greater flexibility.

  • Fixed hook stub template
    The hook stub template now utilizes the configured Artisan executable path instead of a hardcoded one, improving adaptability.

1.0.1

07 May 10:56
Compare
Choose a tag to compare
  • Package description updated

1.0.0

07 May 10:22
c58c47f
Compare
Choose a tag to compare
  • Initial release

0.1.1

07 May 06:38
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
  • Pre-release