Skip to content

Releases: typicode/husky

v4.2.4

09 Apr 16:31
Compare
Choose a tag to compare
  • When Node version is unsupported, log actual version in addition to the error message #701
  • Fix: support cnpm package manager #687
  • Fix: always use sh to run scripts and avoid inconsistencies #707
  • Fix: don't throw error if files are already removed during uninstall #708

v4.2.3

12 Feb 23:12
Compare
Choose a tag to compare
  • Fix: check for husky.config.js not .huskyrc.config.js #669

v4.2.2

12 Feb 03:29
Compare
Choose a tag to compare
  • Fix #662 disable fast-skip heuristic for .husky.js and .husky.config.js
  • Fix do not install update, pre/post-receive hooks

v4.2.1

23 Jan 19:53
Compare
Choose a tag to compare
  • Fix: support spaces in path to husky.local.sh #658

v4.2.0

21 Jan 21:54
Compare
Choose a tag to compare
  • Check Git version during install and log an error if it's <2.13.0

v4.1.0

21 Jan 20:09
Compare
Choose a tag to compare
  • Improve speed and refactor hooks

v4.0.9

14 Jan 15:25
Compare
Choose a tag to compare
  • Fix: read stdin from hook script (#645)

v4.0.7

12 Jan 05:48
Compare
Choose a tag to compare
  • Fix: Yarn when running inside winpty (#634)

v4.0.6

10 Jan 07:39
Compare
Choose a tag to compare
  • Revert change in v4.0.5

v4.0.5

10 Jan 03:44
Compare
Choose a tag to compare
  • Fix: use process.exit if install fails #633