Skip to content

Releases: qgadrian/elixir_git_hooks

v0.7.3

06 Apr 17:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v0.7.2

23 Feb 08:55
Compare
Choose a tag to compare

What's Changed

  • Bump ex_doc from 0.28.0 to 0.28.1 by @dependabot in #115
  • Fixed an issue when the project path contains spaces

Full Changelog: v0.7.1...v0.7.2

v0.7.1

18 Feb 14:22
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.7.0...v0.7.1

v0.7.0

15 Feb 18:52
Compare
Choose a tag to compare

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: v0.6.5...v0.7.0

v0.7.0-pre

07 Feb 19:38
Compare
Choose a tag to compare
v0.7.0-pre Pre-release
Pre-release

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: v0.6.5...v0.7.0-pre

v0.6.6-pre

01 Feb 17:48
Compare
Choose a tag to compare
v0.6.6-pre Pre-release
Pre-release

What's Changed

  • Full git submodules support

Full Changelog: v0.6.5...v0.6.6-pre

v0.6.5

31 Jan 19:29
Compare
Choose a tag to compare

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
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