This repository has been archived by the owner on Jul 17, 2021. It is now read-only.
Releases: mr-feek/LaravelGitHooks
Releases · mr-feek/LaravelGitHooks
v0.5.1
v0.5.0
Added
- implemented artisan stub for testing
- added
hooks:uninstall
command to remove all commit hooks generated by this package #16 hooks:install-deps
now asks for confirmation before installing dependencies #22
Deprecated
- Nothing
Fixed
- cleaned up sniffer command output
- do not overwrite existing git hook file contents #7
Removed
- Nothing
Security
- Nothing
v0.4.0
[v0.4.0]
Added
- prepare-commit-msg git hook
- enable package discovery for Laravel 5.5
- added post-checkout git hook #9
- add install dependencies command #10
- better detecting of all commit hooks to copy over #6
Deprecated
- Nothing
Fixed
- Only say hello if a command is being run
Removed
- Nothing
Security
- Nothing
Dont install hooks if hooks are disabled
v0.3.1 Merge branch 'master' of github.com:mr-feek/LaravelGitHooks
Allow passing arguments to underlying code sniffer scripts
v0.3.0 Update README.md
v0.2.7
v0.2.6
Proxy arguments through to nested commands
v0.2.5 oops thats not a thing
v0.2.4
Null check additional arguments
v0.2.3 null check