v0.7.0
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