Releases: alirezanet/Husky.Net
Releases · alirezanet/Husky.Net
v0.1.2
v0.1.1
v0.0.9
- Add support CSharp Scripts (.csx)
v0.0.8
- bugFix - {staged} should ignore deleted files
- Support task for specific branches
- Performance and code quality improvement
v0.0.7
- Remove file locator
- Add task execution time
- Add support long-arguments with chunks
- Improve Husky message logs
- BugFix staging files in ${matched} mode
v0.0.5
- Fix git per-commit hook indexing problem
- Add support (Automate husky installation for other contributors)
v0.0.3
- Add support running tasks using name and group ( -name --group) (e.g.
husky run --name task-name
) - Add support windows specific configuration for tasks
- Add executable locator
- Fix hook permissions on Linux and Mac
- A few other bug fixes
v0.0.2
- Internal task runner!
- Multiple file states (staged, lastCommit, glob)
- Compatible with dotnet-format
- Customizable tasks
v0.0.1
- First Release!