v0.8.5
v0.8.5 focuses on watch-mode stability, file locking reliability, and improved robustness across edge cases.
Highlights
- stabilize watch mode by replacing promise-based locking with a safer flag-based guard
- improve file lock reliability with exclusive writes and better Windows process detection
- strengthen secret detection with case-insensitive matching and safer indexing
- fix export analysis edge cases to avoid incorrect
exportKindclassification
What's Changed
- docs(cli): clarify npx usage (#181)
- refactor(watch-mode): replace promise lock with flag-based guard (#182)
- feat(fileLock): add exclusive lock file writing (#183)
- fix(fileLock): make Windows process detection reliable (#184)
- fix(secretDetector): improve robustness and case-insensitive detection (#185)
- fix(compare): handle non-array exports.named in exportKind detection (#186)
- docs(readme, pr-template): add key capabilities section (#187)
- release: v0.8.5 (#188)