Skip to content

v0.8.5

Choose a tag to compare

@AmiteK23 AmiteK23 released this 08 Apr 17:34
· 19 commits to main since this release
feb62da

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 exportKind classification

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)

🔀 Compare changes

👉 Full changelog