Releases: qgadrian/elixir_git_hooks
Releases · qgadrian/elixir_git_hooks
v0.6.5
31 Jan 19:29
Compare
Sorry, something went wrong.
No results found
What's Changed
Bump dependencies
Remove unneeded fi from hook_template by @pojiro in #94
Change current branch command to make it compatible with older git versions by @thomas9911 in #103
New Contributors
Full Changelog : v0.6.4...v0.6.5
v0.6.4
06 Jul 18:40
Compare
Sorry, something went wrong.
No results found
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
26 Apr 07:23
Compare
Sorry, something went wrong.
No results found
Changelog:
Run mix test as a command under the hood instead with Mix application
v0.6.0
21 Apr 18:30
Compare
Sorry, something went wrong.
No results found
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.2
04 Feb 07:39
Compare
Sorry, something went wrong.
No results found
v0.5.1
03 Nov 19:21
Compare
Sorry, something went wrong.
No results found
Changelog:
Updated dependencies
Fixes a bug where hooks are not installed if the .git/hooks folder does not exist
v0.5.0
30 Jun 17:31
Compare
Sorry, something went wrong.
No results found
v0.4.2
27 May 09:10
Compare
Sorry, something went wrong.
No results found
Changelog:
Shows full command in output when a test fails
Adds an option to disable auto install hooks
v0.4.1
27 Jan 18:10
Compare
Sorry, something went wrong.
No results found
Fixed not checking the exit code of script files
v0.3.2-pre3
17 Jul 18:11
Compare
Sorry, something went wrong.
No results found
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