Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@devongovett devongovett released this 04 Nov 05:37
· 3 commits to master since this release

Added

  • Support 32-bit arm musl platform
  • Support npm --build-from-source flag to optionally build from source instead of using prebuilt packages. Can be used in conjunction with --no-optional to prevent installing platform-specific dependencies.

Fixed

  • Fix use after free errors (#177)
  • Fix deadlock between Watcher and Debounce threads (#189)
  • Avoid open() calls on stat() failures on macOS to prevent security dialogs (#186)