Elixir Git Hooks Versions Save

🪝 Add git hooks to Elixir projects

v0.7.3

2 years ago

What's Changed

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.7.2...v0.7.3

v0.7.2

2 years ago

What's Changed

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.7.1...v0.7.2

v0.7.1

2 years ago

What's Changed

  • Fix a bug when the dependency is compiled outside the repository

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.7.0...v0.7.1

v0.7.0

2 years ago

What's Changed

  • Remove git_path config, now the git path is resolved automatically by git based on the repository.
  • Full git submodules support
  • Fixed incorrect path when the elixir project is not at the root of the repository
  • Better & updated documentation
  • Bump dependencies

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.6.5...v0.7.0

v0.7.0-pre

2 years ago

What's Changed

  • Remove git_path config, now the git path is resolved automatically by git based on the repository.
  • Better & updated documentation

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.6.5...v0.7.0-pre

v0.6.6-pre

2 years ago

What's Changed

  • Full git submodules support

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.6.5...v0.6.6-pre

v0.6.5

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.6.4...v0.6.5

v0.6.4

2 years ago

Changelog:

  • Add branches configuration with whitelist and blacklist support
  • Support running git hooks from git submodules

Full Changelog: https://github.com/qgadrian/elixir_git_hooks/compare/v0.6.3...v0.6.4

v0.6.2

3 years ago

Changelog:

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

v0.6.0

3 years ago

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