All Versions
89
Latest Version
Avg Release Cycle
19 days
Latest Release
1501 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v4.0.8
January 14, 2020 -
v4.0.7 Changes
January 12, 2020- ๐ Fix: Yarn when running inside
winpty
(#634)
- ๐ Fix: Yarn when running inside
-
v4.0.6 Changes
January 10, 2020- โช Revert change in v4.0.5
-
v3.0.0 Changes
- Fix HUSKY_SKIP_INSTALL=1 not skipping install
- ๐ฅ Breaking change husky requires now Git
>= 2.13.2
. If you're already using huskyv2
and don't use an old version of Git, you can safely upgrade.
-
v2.7.0 Changes
โช Due to issues with Git
< 2.13.2
, this version is a rollback and is the same as huskyv2.4.1
. Changes introduced inv2.5.0
andv2.6.0
will be published inv3.0.0
. -
v2.6.0 Changes
- ๐ Optional
HUSKY_USE_YARN
setting to use Yarn to run Husky - โ Add more debug information
- โ Show a warning for Node
<= 8.6.0
๐ Deprecated
- ๐ Optional
-
v2.5.0 Changes
- ๐ Use more accurate git hooks directory resolution
- โ Add
CWD
in debug messages
๐ Deprecated
-
v2.4.1 Changes
- ๐ Fix husky crash on install/uninstall with very old Node versions
-
v2.4.0 Changes
- Add
HUSKY_SKIP_HOOKS
to skip all hooks
- Add
-
v2.3.0 Changes
- Make
HUSKY_DEBUG=1
effective likeHUSKY_DEBUG=true
- ๐จ Refactor script to point to
run-node/run-node
rather than.bin/run-node
- Make