Skip to content

Releases: typicode/husky

v4.0.4

09 Jan 20:58
Compare
Choose a tag to compare
  • Fix: npm ignore .eslintrc.js (#627)

v4.0.3

09 Jan 04:31
Compare
Choose a tag to compare
  • Fix: error message if trying to install in a non-git repo (#627)

v4.0.2

09 Jan 04:10
Compare
Choose a tag to compare
  • Fix: show error message when hook fails

v4.0.1

08 Jan 05:40
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare
  • Add pre-merge-commit hook (#605)

v4.0.0-beta.5

24 Oct 00:34
Compare
Choose a tag to compare
v4.0.0-beta.5 Pre-release
Pre-release
  • Fixes a bug in v4.0.0-beta.4

v4.0.0-beta.4

18 Oct 22:18
Compare
Choose a tag to compare
v4.0.0-beta.4 Pre-release
Pre-release
  • 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
Choose a tag to compare
v4.0.0-beta.3 Pre-release
Pre-release
  • Reduce dependencies: remove execa #592 #590 #219
  • Merge changes from master since previous release

v3.0.9

12 Oct 23:50
Compare
Choose a tag to compare
  • Reduce dependencies: replace is-ci with ci-info #579