Releases: paulmillr/chokidar
Releases · paulmillr/chokidar
3.4.0
- 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
FSWatcher#close()
method became async. This ensures IO operations are finished properly and fixes a few segfaulty crashes.
3.2.1
Improve Linux RAM usage by 50%. Stability optimizations. Race condition fixes. Windows glob fixes.
3.1.1
Fixes "Expected pattern to be a non-empty string" (#871)
3.1.0
Dotfiles are no longer filtered out by default. Use ignored
option if needed.
Improve Linux performance by 50%.
3.0.2
- Brings
bigint
support to stat
outputs on windows.
- Fixes
ready
event emission for symlink directories.
3.0.1
- Fixes "Assertion failed" errors when a watcher is closed
- General optimizations
3.0.0
Massive CPU & RAM consumption improvements. 17x package & deps size reduction. Node 8+-only