Skip to content

Releases: qgadrian/elixir_git_hooks

v0.6.4

06 Jul 18:40
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog:

  • Run mix test as a command under the hood instead with Mix application

v0.6.0

21 Apr 18:30
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog:

  • Updated deps

v0.5.1

03 Nov 19:21
Compare
Choose a tag to compare

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
Choose a tag to compare

Changelog:

  • Support use Elixir MFA 🎉

v0.4.2

27 May 09:10
Compare
Choose a tag to compare

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
Choose a tag to compare
  • Fixed not checking the exit code of script files

v0.3.2-pre3

17 Jul 18:11
Compare
Choose a tag to compare
v0.3.2-pre3 Pre-release
Pre-release

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

22 May 18:59
Compare
Choose a tag to compare

Changelog:

  • Fixes error when .git folder is not present