Releases: evilmartians/lefthook
Releases · evilmartians/lefthook
v1.6.16
Changelog
- aa98a47 fix: fetch remotes only for non ghost hooks (#744)
- 0a82d71 fix: skip overwriting hooks when fetching data from remotes (#745)
v1.6.15
Changelog
- dd53f02 chore(golangci-lint): enable copyloopvar, intrange, and prealloc (#740)
- bcec71f chore(golangci-lint): upgrade to 1.59.0 (#738)
- c2b2db7 chore: refactor commands interfaces (#735)
- 38ccbc1 deps: June, 3, lipgloss (0.11.0) and viper (1.19.0) (#742)
- c0452db feat: add refetch option to remotes config (#739)
- e953133 perf: delay git and uname commands in hook scripts until needed (#737)
v1.6.14
Changelog
- 8b72963 1.6.14: fix git lfs pre-push hooks
- afc1125 fix: share STDIN across different commands on pre-push hook (#732)
v1.6.13
Changelog
- 556201d 1.6.13: support Mint package manager
- e61cef5 chore: remove go patch version in go.mod (#726)
- 2af01be deps: May 22 dependencies update (#706)
- 04a6d51 feat: expand Swift integration with Mint support (#724)
v1.6.12
Changelog
- e87cc77 1.6.12: fix interactive mode for scripts
- e42043f fix: enable interactive scripts (#720)
- ce8d4f2 fix: more verbose error on versions mismatch (#721)
v1.6.11
Changelog
- fd407ef 1.6.11: fix partially staged logic and add --no-auto-install flag
- 1d100c6 chore: bump go to 1.22 (#701)
- 6965783 feat: add run --no-auto-install flag (#716)
- 5c6d8ae fix: add
--porcelain
to git status --short
(#711)
v1.6.10
Changelog
- df82fd9 1.6.10: add file_types option filter to commands
v1.6.9
Changelog
- 08d69af chore: refactor Result handling (#689)
- 9814621 chore: remove redundant parallelisation (#690)
- 0ea9433 fix: add batching to implicit commands (#695)
- 3c17146 fix: command argument count validations (#694)
- 81a8375 fix: re-download remotes when called install with -f (#692)
v1.6.7
Changelog
- 099ab60 fix: don't apply empty patch files on pre-commit hook (#676)