Skip to content

Releases: alirezanet/Husky.Net

v0.5.4

07 Jan 13:51
Compare
Choose a tag to compare

What's Changed

  • Add .Net 7 Support

New Contributors

Full Changelog: v0.5.2...v0.5.4

v0.5.4-preview1

11 Dec 15:44
Compare
Choose a tag to compare
v0.5.4-preview1 Pre-release
Pre-release
  • Net 7.0 support

v0.5.2

08 Oct 23:21
Compare
Choose a tag to compare

Bugfix - Using 'husky attach' inside multi-project solutions leads to compile errors due to 'husky install' running multiple times #54

v0.5.1

01 Aug 09:42
Compare
Choose a tag to compare

BugFix - Cached CSX files not throwing error with non zero exit code #49

v0.5.0

30 Jul 08:50
e37ed8c
Compare
Choose a tag to compare
  • Improve CSX execution time (caching) #28 Thanks to @acesyde
  • Add Clean command to remove cached files
  • Add no-unicode/-u to run command for disabling Unicode emojis #47
  • Add global environment variables:
    • HUSKY_NOUNICODE: to disable emojis
    • HUSKY_QUIET : to disable [Husky] logs
    • HUSKY_NOPARTIAL: to disable temporary file generation in partial commits

v0.4.4

18 May 17:25
Compare
Choose a tag to compare
  • Add support husky installation in the git worktrees #43

v0.4.2

09 Mar 21:42
Compare
Choose a tag to compare
  • Add No-Partial ( -p) option to run command to prevent husky interference in git staging process #39

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Mar 17:01
Compare
Choose a tag to compare

What's Changed

  • feat: add support for exit on HUSKY = false by @Xemrox in #33
  • fix: your current branch does not have any commits yet #27 by @acesyde in #34
  • docs: add troubleshoot section by @acesyde in #36

New Contributors

Full Changelog: v0.4.0...v0.4.1

v0.4.0

31 Jan 01:56
Compare
Choose a tag to compare
  • Add Support partial commits (#23) Thanks to @benbarth
  • Fix execute permission not applied to hooks on Linux machines. #25 Thanks to @donalfenwick
  • Run Chunks in parallel
  • Improve CLI logs
  • Add more verbose logs

v0.4.0-preview-4

29 Jan 23:53
Compare
Choose a tag to compare
v0.4.0-preview-4 Pre-release
Pre-release
  • Fix dotnet-format not working on partially staged files