Releases: evilmartians/lefthook
v0.7.4
Changelog
2e6bfe9 0.7.4: Fix some commands outside of repositories, create .git/hooks if needed
97076ba Attach plain binaries to GitHub releases without compression
ac5aaa7 Create .git/hooks
directory when it does not exist (#169)
f79dd0d Drop Homebrew tap declaration from GoReleaser configuration
04f9b56 Fix binaries selection for Ruby gem build
44193d6 Improve check for installed git (#171)
664d963 Reintroduce Snapcraft, change confinement to classic
de81ad7 Remove MkdirAll from DeleteGitHooks (#172)
v0.7.3
Changelog
3e1cf0a 0.7.3: Fix building on latest Go, package various architectures
2a8ee58 Add modular output
9d7aa16 Add spinner to wait for execution runners
b4d9e0d Fix a typo aggresive
-> aggressive
065b24f Fix golang 1.15+ build (#167)
a962af6 Fix incompatible Bash features used in SH scripts
b742f15 Improve performance with NPM package
7de5f82 Merge pull request #130 from 0legovich/modular_output
0a28296 Merge pull request #142 from pregnor/feat/133/hook-arguments-to-command
e141b9a Merge pull request #146 from nesk/npm-optimization
621d52a Merge pull request #148 from qjcg/update-viper
278315f Merge pull request #150 from chalkygames123/master
8bd07ee Merge pull request #154 from nesk/sh-bugfixes
7b44ebf Package binaries for various architectures to gem and npm packages (#168)
37a7fe9 Source code repository moved to @evilmartians organization
8b83c51 Update README.md
503beb1 Update goreleaser config: explicitly declare architectures
0331c68 Update viper dependency to v1.7.1
5789855 add info about glob library
f7ef7a6 feat(commands): added Git hook argument handling
bd12bbc fix reading pty results
58f641c new article
v0.7.2
Changelog
5a32eab Add yarn to template
8602f75 Fix: use '-h' for robust lefthook (Go binary) existence checking
f0963d9 Fixed test
acf82ca Merge branch 'master' of github.com:Arkweid/lefthook
55a468e Merge branch 'master' of github.com:Arkweid/lefthook
105cb93 Merge branch 'master' of github.com:Arkweid/lefthook
a4c0990 Merge pull request #1 from Evilweed/refactor/remove-excess-code
5691e6d Merge pull request #116 from fahrinh/fix/check-lefthook-existence
6053e0b Merge pull request #123 from mknapik/master
ee46876 Merge pull request #124 from dotterian/patch-1
77816df Merge pull request #126 from Evilweed/feat/multiple-extends
06d2be1 Merge pull request #2 from Evilweed/test/add-extends-test
b4406f4 Update docker examples in guides
1451685 Update other.md
2d6012a add info about CI services
365aaee feat(ch11605): cr changes
d458c1b feat: ability to add multiple extends
95d3ee0 fix deprecations in .goreleaser
2a2ab34 fix typo
97e7957 refactor: remove-excess-code
a8d6967 refactor: rename v to path
1298853 v0.7.2 release
v0.7.1
Changelog
46092d0 Add possibility for using multiple file types
4e023ef Merge pull request #103 from rbUUbr/feature/add-support-of-multiple-file-extensions
094d3f4 Merge pull request #108 from lionskape/fix/git-execution-conisistency_windows
2747fcb fixed code style for review
9d75757 release/0.7.1
89938f7 remove sh from dependencies
41ec2e7 remove sh from dependencies in add command
4663f24 reverted unnecessary changes
v0.7.0
Changelog
81ea1f2 Duplicate code for Windows
34fd0eb Fix command directory, it requires a absolute path
de1550b Merge branch 'master' into feature/root-directory
af49db5 Merge pull request #98 from jsmestad/feature/root-directory
d9d8dfe Remove whitespace I used to test pre-commit
a745fd4 Support relative roots for monorepos (#72)
d864a80 release 0.7.0
v0.6.7
v0.6.6
v0.6.5
Changelog
e646c88 Add support for git-worktree
c58013f Fix readme typo
4817222 Fixed path to binaries
c1d4b8e Merge pull request #88 from sHooKDT/master
1a2e15c Merge pull request #89 from f440/support-for-git-worktree
ea14bbd back to repo .rubygems/bin/lefthook
48702a0 commands and scripts can catch stdin
7b6d028 fix __dirname
9a22684 recognize git root directory
470f466 release 0.6.5
afa40d6 replace stubbed git hooks dir on tests to getGitHooksDir
074352a return old behavior to getGitHooksDir()
6c49bb0 revert postinstall
80ef72a update pty repo to go modules
v0.6.4
Changelog
cc59b5a +cli flag to disable colors
b55d8f4 Add --force-exclusion to examples
d663c58 Add --force-exclusion to examples
22bedb1 Add --force-exclusion to examples
045d3ce Add --force-exclusion to examples
6c8769d Add --no-pager flag to brakeman
83cf818 Add examples to generated config
86eae3c Add note about RuboCop configuration
3a6522e Fix checking LEFTHOOK=0 env in hook scripts
4625eaf Fix spelling under more info section
3251546 Fix typo in docs files
d130906 Link to npm
16d3faa Merge pull request #35 from Arkweid/readme/add-post-links
1c35728 Merge pull request #36 from orsinium/colors-flag
661d824 Merge pull request #37 from Siilwyn/patch-1
e7cd36e Merge pull request #39 from Vimux/fix-typo-in-docs
3bae20d Merge pull request #40 from jaydorsey/jay/ruby_docs
b00ceb3 Merge pull request #46 from MartijnCuppens/patch-1
78a2db5 Merge pull request #47 from MartijnCuppens/patch-2
4b79557 Merge pull request #48 from zachvalenta/patch-1
3b676d1 Merge pull request #50 from MartijnCuppens/patch-1
2a1b3a4 Merge pull request #51 from MartijnCuppens/patch-2
d8f8b3b Merge pull request #52 from MartijnCuppens/patch-3
21dbee5 Merge pull request #53 from MartijnCuppens/remove-redundant-curly-brackets
46a5f30 Merge pull request #54 from andyw8/patch-1
6f09870 Merge pull request #56 from jaydorsey/jay/ruby_rubocop_docs
1fc724f Merge pull request #80 from Arkweid/add-extends-option
9fed54a Merge pull request #82 from AlexeyMatskevich/master
7404e90 Merge pull request #84 from HaiD84/fix_skip_env_var
c85ec9d Merge pull request #86 from sHooKDT/master
7b7640d Optimize logo
c44511f Optimize logo
efc00d1 Remove curly brackets
9ad25ff Remove redundant curly brackets
372b3be Ruby example use staged for git diff
4921f60 Support relative path to script for windows
a3f991c Typo fix
62c59c9 Update full_guide.md
8182ded Update full_guide.md
85fa49e Update modules to 1.13 golang version
8401b7d Update other.md
b8108b6 Use relative path to script file to be able to execute script in container
448a8fe add extends option
1a4b0ee add-extends-option
dc4aa8e allow to force colors state in config
b01b9ea amend typos
fee173d escape file names
3a2b381 fixed path to binaries in postinstall script
0796bb3 readme: add Lefthook for documentation post link
c1a1883 readme: add links to the post
3e14e5f readme: change Crystallball post link to canonical
af65dec update CHANGELOG
13c1ab1 update changelog.md
c9685b1 update changelog.md
6003317 update to 0.6.4