Skip to content

Releases: alirezanet/Husky.Net

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

v0.4.0-preview-3

28 Jan 16:58
Compare
Choose a tag to compare
v0.4.0-preview-3 Pre-release
Pre-release
  • Bugfix - The directory is not empty in partially staged files. more info

v0.4.0-preview-2

28 Jan 13:33
Compare
Choose a tag to compare
v0.4.0-preview-2 Pre-release
Pre-release
  • Fix a few bugs (related to Partial commits #23)

v0.4.0-preview

28 Jan 13:29
Compare
Choose a tag to compare
v0.4.0-preview Pre-release
Pre-release
  • Fix execute permission not applied to hooks on Linux machines. #25 Thanks to @donalfenwick
  • Support partial commits (#23)
  • Internal code improvement (not a feature but massive code improvements)

v0.3.2

15 Jan 14:41
Compare
Choose a tag to compare
  • New attach CLI command to add husky as a dev-dependency

v0.3.1

11 Jan 11:29
28e2367
Compare
Choose a tag to compare
  • Fix option -c conflict --no-color and command
  • Update task-runner.json default template
  • Support --verbose and --no-color globally
  • Improve error messages

v0.3.0

05 Jan 02:19
7cff1d8
Compare
Choose a tag to compare
  • A new powerful CLI (powered by clifx)
  • Improve errors, commands, messages
  • No longer need to specify .husky folder location for add and set commands
  • slight breaking changes in CLI commands (passing argument to commands must explicitly specify --dir --args etc)

v0.2.2

03 Jan 00:31
Compare
Choose a tag to compare
  • Add -q --quite options to disable [Husky] console output
  • Bugfix - husky run output doesn't show colors when run from git hooks. #20

v0.2.1

31 Dec 06:10
9db1527
Compare
Choose a tag to compare
  • Add ${args} variable
  • Add --args option in husky run command
  • Add csx commit message linter example

v0.2.0

30 Dec 16:10
3e8d438
Compare
Choose a tag to compare
  • Add ${git-files} variable
  • Add support user-defined variables
  • Improve CLI help
  • Built-in variables no longer return files under .git folder
  • Variable ${matched} renamed to ${all-files} (braking change)
  • Variable ${LastCommit} renamed to ${last-commit} (braking change)