Skip to content

v0.7.0

Latest
Compare
Choose a tag to compare
@alirezanet alirezanet released this 16 Jun 17:30
· 2 commits to master since this release

What's Changed

  • Introduced FilteringRule, allowing you to use Include and Exclude filters without relying on variables like $staged.
  • Add task-runner.json schema to enable IDE integration while working with and editing tasks.

Make sure to add this line to your task-runner.json file if you already have one:

  "$schema": "https://alirezanet.github.io/Husky.Net/schema.json",

Full Changelog: v0.6.5...v0.7.0