Skip to content

Releases: paulmillr/chokidar

4.0.3

18 Dec 22:21
4.0.3
1182965
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

4.0.2

16 Dec 19:06
4.0.2
69c115a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.0.1...4.0.2

4.0.1

22 Sep 13:09
4.0.1
8c3479f
Compare
Choose a tag to compare
  • Various fixes and improvements of typescript types

New Contributors

Full Changelog: 4.0.0...4.0.1

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.