CHANGELOG
Unreleased
 
 
 - Support sendemail-validatehook #173
- Support HUSKY_SKIP_INSTALLenvironment variable for skipping git hooks installation
- Drop nvminstalled withbrewsupport as it's not supported bynvmitself (see creationix/nvm#important-notes),nvmstandard installation is still supported though
0.14.3
 
 
 - Fix handle space in PATH#150
0.14.2
 
0.14.1
 
 
 - Fix Git hooks install on Windows
- Fix hook script when nvmwas installed with Brew
0.14.0
 
 
 - Fix npm@5Error: Cannot find modulewarning when uninstalling
- Drop Node 0.12support
- Don't reload nvmif it's already inPATH
- Add Git worktree support #114
- Hide irrelevant --no-verifymessage forprepare-commit-msg#137
0.13.4
 
 
 - Add Node version to husky output
0.13.3
 
 
 - Revert Fixes issue with OS X + brew where nvm was loaded even when npm was already presentthat was introduced inv0.13.0as it was preventing Husky to loadnvmin some cases #106
0.13.2
 
0.13.1
 
 
 - Makes it easier for projects to transition from ghooks by detecting ghooks installed scripts and automatically migrating them
0.13.0
 
 
 - 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)
0.12.0
 
 
 - 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.