mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-18 16:47:23 -05:00
1.1 KiB
1.1 KiB
CHANGELOG
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
- Fixes issue #103
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.