- Makes it easier for projects to transition from ghooks by detecting ghooks installed scripts and automatically migrating them
- Makes
huskya little less verbose by default - Fixes issue with
OS X + brewwherenvmwas loaded even whennpmwas already present - Fixes issue with Git
v1.9on Windows - Prevents Git hooks being installed when husky is in a sub
node_modulesdirectory (i.e../node_modules/A/node_modules/husky)
- Adds Git submodule support
- Adds Cygwin support
- Improves edge cases support (
.gitnot found andgitnot inPATH) - If
npmis already present in path, doesn't loadnvmdefault or.nvmrcversion, which makes things faster in terminal. In GUI apps, the behavior is unchanged.