Skip to content

Releases: paulmillr/chokidar

4.0.0

13 Sep 00:29
4.0.0
ac8210f
Compare
Choose a tag to compare
  • Remove glob support
  • Remove bundled fsevents
  • Decrease dependency count from 13 to 1
  • Rewrite in typescript. Makes emitted types more precise
  • The package became hybrid common.js / ESM
  • Bump minimum node.js requirement to v14+

Special thanks to @43081j for improvements and help.

Full Changelog: 3.6.0...4.0.0

3.6.0

06 Feb 22:57
3.6.0
7c50e25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.3...3.6.0

3.5.3

27 Jan 05:15
3.5.3
4804aba
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.5.2...3.5.3

3.5.2

15 Jun 13:26
3.5.2
aa49e9e
Compare
Choose a tag to compare

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

3.5.1

24 Jan 00:31
3.5.1
1d226cb
Compare
Choose a tag to compare
  • Symlink fixes

3.5.0

06 Jan 07:35
3.5.0
b8b3639
Compare
Choose a tag to compare
  • Support for ARM Macs with Apple Silicon.
  • Fixed missing removal of symlinks when the target path was deleted (#1042)

3.4.2

25 Aug 23:17
3.4.2
95faa2f
Compare
Choose a tag to compare

Fixes an ability to watch network drives on windows.

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.