Skip to content

Releases: evilmartians/lefthook

v1.6.7

15 Mar 08:17
v1.6.7
599459e
Compare
Choose a tag to compare

Changelog

  • 099ab60 fix: don't apply empty patch files on pre-commit hook (#676)

v1.6.6

14 Mar 07:31
v1.6.6
71e2919
Compare
Choose a tag to compare

Changelog

  • 15190c8 chore: add more linters, address findings (#670)
  • f16f773 chore: add more tests on skip settings
  • 96a206e chore: skip printing deprecation warning (#674)
  • 6ba7b10 deps: Dependencies March 2024 (#673)
  • ce6c29b feat: Add output setting (#637)
  • e9ca955 feat: handle run command in skip/only settings (#634)
  • 3024a5b feat: use configurable path to lefthook (LEFTHOOK_BIN) (#653)
  • eafe8a3 fix: fix printing when using output log setting (#672)
  • 33edff8 fix: use swift package before npx (#668)

v1.6.5

04 Mar 12:32
v1.6.5
49da7f3
Compare
Choose a tag to compare

Changelog

v1.6.4

28 Feb 07:28
v1.6.4
c6e2637
Compare
Choose a tag to compare

Changelog

v1.6.3

27 Feb 11:36
v1.6.3
0845abb
Compare
Choose a tag to compare

Changelog

v1.6.2

26 Feb 09:43
v1.6.2
f29c7c8
Compare
Choose a tag to compare

Changelog

  • ed10e37 Merge pull request #630 from prog-supdex/fix_lefthook_env
  • 50561a3 chore(tea): add more code owners
  • 1af059d chore: add tea.yml
  • 60df434 fix: don't capture STDIN without interactive or use_stdin options (#638)
  • 93d0d38 fix: handle LEFTHOOK_QUIET when there is no skip_output in config
  • 394995e fix: respect roots in commands for npm packages (#616)
  • f43cb23 refactored the test

v1.6.1

24 Jan 08:01
v1.6.1
e69adc1
Compare
Choose a tag to compare

Changelog

  • 3418528 fix: files from stdin only null separated (#615)

v1.6.0

22 Jan 07:47
v1.6.0
ec7575a
Compare
Choose a tag to compare

Changelog

  • f49b54a feat(remotes): add remotes and configs options (#609)
  • 3246821 feat: add replaces to all template and parse files from stdin (#596)

v1.5.7

17 Jan 14:39
v1.5.7
c0e9575
Compare
Choose a tag to compare

Changelog

v1.5.6

12 Jan 09:25
v1.5.6
dce1a0b
Compare
Choose a tag to compare

Changelog

  • f32e497 feat: allow setting a bool value for skip_output (#601)
  • eead08c feat: shell completion improvements (#577)
  • 02e6f77 fix: safe execute git commands without sh wrapper (#606)
  • 94f3a91 fix: use lefthook package with npx (#604)