All Versions
89
Latest Version
Avg Release Cycle
19 days
Latest Release
1501 days ago

Changelog History
Page 4

  • v4.0.8

    January 14, 2020
  • v4.0.7 Changes

    January 12, 2020
    • ๐Ÿ›  Fix: Yarn when running inside winpty (#634)
  • 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 husky v2 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 husky v2.4.1. Changes introduced in v2.5.0 and v2.6.0 will be published in v3.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

  • 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
  • v2.3.0 Changes

    • Make HUSKY_DEBUG=1 effective like HUSKY_DEBUG=true
    • ๐Ÿ”จ Refactor script to point to run-node/run-node rather than .bin/run-node