Chokidar Versions Save

Minimal and efficient cross-platform file watching library

3.6.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.3...3.6.0

3.5.3

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/paulmillr/chokidar/compare/3.5.2...3.5.3

3.5.2

2 years ago

"Update" glob-parent dependency from ~5.1.0 to ~5.1.2 to silence "vulnerability" warnings

3.5.1

3 years ago
  • Symlink fixes

3.5.0

3 years ago
  • Support for ARM Macs with Apple Silicon.
  • Fixed missing removal of symlinks when the target path was deleted (#1042)

3.4.2

3 years ago

Fixes an ability to watch network drives on windows.

3.4.0

4 years ago
  • Support for directory-based symlinks.
  • Fix a case on macos when replacing a file with a dir of the same name emitted invalid events.
  • Fix error swallowing inside .on() event handlers
  • Known issue: followSymlinks: false on macos still follows symlinked directories

3.3.0

4 years ago

FSWatcher#close() method became async. This ensures IO operations are finished properly and fixes a few segfaulty crashes.

3.2.1

4 years ago

Improve Linux RAM usage by 50%. Stability optimizations. Race condition fixes. Windows glob fixes.

3.1.1

4 years ago

Fixes "Expected pattern to be a non-empty string" (#871)