loq 0.1.0
Features
- Git-aware check filters — scope
loq checkto files changed in a git context
Fixes
- Respect
--when normalizing stdin dash in CLI - Parse check flags after positional paths
- Ignore temporary config during baseline violation scan
- Handle escaped exact paths in baseline/relax
- Harden git-scoped check input handling and path normalization (including Windows)
Other
- Simplify check input resolution and git-scoped path handling
- Remove unreachable branch in glob unescape
- Improve test coverage for git-aware check filters
What's Changed
- fix: handle escaped exact paths in baseline/relax by @jakekaplan in #48
- fix: ignore baseline temp config file during scan by @jakekaplan in #50
- fix: parse check flags after positional paths by @jakekaplan in #49
- feat: add git-aware check filters by @jakekaplan in #52
- prep-0.1.0 by @jakekaplan in #53
Full Changelog: v0.1.0-alpha.7...v0.1.0