Skip to content

Releases: paulmillr/chokidar

3.4.0

29 Apr 22:14
3.4.0
b67d208
Compare
Choose a tag to compare
  • 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

03 Dec 05:04
3.3.0
ccf759a
Compare
Choose a tag to compare

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

3.2.1

01 Oct 15:22
3.2.1
465de99
Compare
Choose a tag to compare

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

3.1.1

19 Sep 18:33
3.1.1
31fd30a
Compare
Choose a tag to compare

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

3.1.0

16 Sep 19:09
3.1.0
c2ff758
Compare
Choose a tag to compare

Dotfiles are no longer filtered out by default. Use ignored option if needed.

Improve Linux performance by 50%.

3.0.2

07 Jul 00:06
3.0.2
589cb02
Compare
Choose a tag to compare
  • Brings bigint support to stat outputs on windows.
  • Fixes ready event emission for symlink directories.

3.0.1

02 Jun 21:58
3.0.1
b9cd3ee
Compare
Choose a tag to compare
  • Fixes "Assertion failed" errors when a watcher is closed
  • General optimizations

3.0.0

02 May 20:11
3.0.0
Compare
Choose a tag to compare

Massive CPU & RAM consumption improvements. 17x package & deps size reduction. Node 8+-only