Releases: typicode/husky
Releases · typicode/husky
v4.0.2
09 Jan 04:10
Compare
Sorry, something went wrong.
No results found
Fix: show error message when hook fails
v4.0.1
08 Jan 05:40
Compare
Sorry, something went wrong.
No results found
Fix: make Yarn silent. When Husky was installed with Yarn 1.21.1, hooks output was too verbose (#626 ).
v4.0.0
07 Jan 01:01
Compare
Sorry, something went wrong.
No results found
Support Yarn v2 new Plug'n'Play feature (thanks to @arcanis )
Improve path handling on Windows (in particular with Cygwin and Cmdr)
Remove dependencies and simplify code
Breaking requires Node 10+
Thanks to all contributors and everyone who is supporting Husky on Open Collective , GitHub sponsors and Patreon !
v3.1.0
18 Nov 02:35
Compare
Sorry, something went wrong.
No results found
Add pre-merge-commit hook (#605 )
v4.0.0-beta.5
24 Oct 00:34
Compare
Sorry, something went wrong.
No results found
Fixes a bug in v4.0.0-beta.4
v4.0.0-beta.4
18 Oct 22:18
Compare
Sorry, something went wrong.
No results found
Rely on INIT_CWD env rather than node_modules path
Reduce dependencies: run-node, read-pkg
Target ES2017 environments
Support Cygwin and Cmdr on Windows
v4.0.0-beta.3
12 Oct 23:51
Compare
Sorry, something went wrong.
No results found
Reduce dependencies: remove execa #592 #590 #219
Merge changes from master since previous release
v3.0.9
12 Oct 23:50
Compare
Sorry, something went wrong.
No results found
Reduce dependencies: replace is-ci with ci-info #579
v3.0.8
02 Oct 01:39
Compare
Sorry, something went wrong.
No results found
Fix: git worktree support #580
Debug: check GIT_DIR environment variable when hooks are run
v4.0.0-beta.2
28 Sep 01:16
Compare
Sorry, something went wrong.
No results found
Merge bug fixes from v3 since v4.0.0-beta.1 was released.