Releases: qgadrian/elixir_git_hooks
Releases · qgadrian/elixir_git_hooks
v0.6.4
Changelog:
- Add
branches
configuration with whitelist
and blacklist
support
- Support running git hooks from git submodules
Full Changelog: v0.6.3...v0.6.4
v0.6.2
Changelog:
- Run
mix test
as a command under the hood instead with Mix application
v0.6.0
Changelog:
- BREAKING: Remove support to string configurations, they should be migrated to
{:cmd, "command_to_execute"}
already
- Updated dependencies
- Added support to run mix tasks
- Code and documentation improvements
v0.5.1
Changelog:
- Updated dependencies
- Fixes a bug where hooks are not installed if the
.git/hooks
folder does not exist
v0.4.2
Changelog:
- Shows full command in output when a test fails
- Adds an option to disable auto install hooks
v0.4.1
- Fixed not checking the exit code of script files
v0.3.2-pre3
Changes:
- Adds
{:file, _}
and {:cmd, _}
to execute commands or executable files
- Adds option to forward hook's args to command or files
- Fixes error when creating backup in
.git
folder
v0.3.1
Changelog:
- Fixes error when
.git
folder is not present