Skip to content

Releases: alirezanet/Husky.Net

v0.1.2

29 Dec 22:21
Compare
Choose a tag to compare
  • Bugfix - First husky add some command is not line-terminated. issue #12 PR #13
  • Bugfix - ${matched} doesn't work on Windows. issue #15 PR #16

thanks to @atifaziz

v0.1.1

28 Dec 23:45
Compare
Choose a tag to compare
  • Add support #load in csx files
  • Add support passing arguments to csx files
  • Fix executable permission for non-hook files
  • Add support gitflow hooks (#10 )
  • CLI - [cmd] is now optional for add/set, (default is: dotnet husky run)

v0.0.9

28 Dec 03:08
Compare
Choose a tag to compare
  • Add support CSharp Scripts (.csx)

v0.0.8

27 Dec 14:30
89ec901
Compare
Choose a tag to compare
  • bugFix - {staged} should ignore deleted files
  • Support task for specific branches
  • Performance and code quality improvement

v0.0.7

27 Dec 00:08
Compare
Choose a tag to compare
  • 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

25 Dec 04:31
Compare
Choose a tag to compare
  • Fix git per-commit hook indexing problem
  • Add support (Automate husky installation for other contributors)

v0.0.3

24 Dec 23:14
474851c
Compare
Choose a tag to compare
  • 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

23 Dec 02:45
Compare
Choose a tag to compare
  • Internal task runner!
  • Multiple file states (staged, lastCommit, glob)
  • Compatible with dotnet-format
  • Customizable tasks

v0.0.1

19 Dec 23:49
Compare
Choose a tag to compare
  • First Release!