Releases: alirezanet/Husky.Net
Releases · alirezanet/Husky.Net
v0.4.0-preview-4
- Fix dotnet-format not working on partially staged files
v0.4.0-preview-3
- Bugfix - The directory is not empty in partially staged files. more info
v0.4.0-preview-2
- Fix a few bugs (related to Partial commits #23)
v0.4.0-preview
- 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
- New
attach
CLI command to add husky as a dev-dependency
v0.3.1
- Fix option -c conflict
--no-color
andcommand
- Update
task-runner.json
default template - Support
--verbose
and--no-color
globally - Improve error messages
v0.3.0
- A new powerful CLI (powered by clifx)
- Improve errors, commands, messages
- No longer need to specify
.husky
folder location foradd
andset
commands - slight breaking changes in CLI commands (passing argument to commands must explicitly specify --dir --args etc)
v0.2.2
v0.2.1
- Add
${args}
variable - Add
--args
option inhusky run
command - Add csx commit message linter example
v0.2.0
- 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)