Improve TypeScript type definitions for on method.
Chokidar 2.1.3 (Mar 22, 2019)
Improve atomic writes handling
Chokidar 2.1.2 (Feb 18, 2019)
Add TypeScript type definitions
More fixes for accessTime behavior (#800)
Chokidar 2.1.1 (Feb 8, 2019)
Handle simultaneous change of LastAccessTime and ModifiedTime (#793)
Chokidar 2.1.0 (Feb 5, 2019)
Ignore accessTime updates caused by read operations (#762).
Updated dependencies. Removed lodash.debounce.
Chokidar 2.0.4 (Jun 18, 2018)
Prevent watcher.close() from crashing (#730).
Chokidar 2.0.3 (Mar 22, 2018)
Fixes an issue that using fd = 0 is not closed in case
Windows is used and a EPERM error is triggered.
Chokidar 2.0.2 (Feb 14, 2018)
Allow semver range updates for upath dependency
Chokidar 2.0.1 (Feb 8, 2018)
Fix #668 glob issue on Windows when using ignore and cwd. Thanks @remy!
Fix #546 possible uncaught exception when using awaitWriteFinish.
Thanks @dsagal!
Chokidar 2.0.0 (Dec 29, 2017)
Breaking: Upgrade globbing dependencies which require globs to be more strict and always use POSIX-style slashes because Windows-style slashes are used as escape sequences
Update tests to work with upgraded globbing dependencies
Add ability to log FSEvents require error by setting CHOKIDAR_PRINT_FSEVENTS_REQUIRE_ERROR env
Fix for handling braces in globs
Add node 8 & 9 to CI configs
Allow node 0.10 failures on Windows
Chokidar 1.7.0 (May 8, 2017)
Add disableGlobbing option
Add ability to force interval value by setting CHOKIDAR_INTERVAL env
variable
Fix issue with .close() being called before ready
Chokidar 1.6.0 (Jun 22, 2016)
Added ability for force usePolling mode by setting CHOKIDAR_USEPOLLING
env variable
Chokidar 1.5.2 (Jun 7, 2016)
Fix missing addDir events when using cwd and alwaysStat options
Fix missing add events for files within a renamed directory
Chokidar 1.5.1 (May 20, 2016)
To help prevent exhaustion of FSEvents system limitations, consolidate watch
instances to the common parent upon detection of separate watch instances on
many siblings
Chokidar 1.5.0 (May 10, 2016)
Make debounce delay setting used with atomic: true user-customizable
Fixes and improvements to awaitWriteFinish features
Chokidar 1.4.3 (Feb 26, 2016)
Update async-each dependency to ^1.0.0
Chokidar 1.4.2 (Dec 30, 2015)
Now correctly emitting stats with awaitWriteFinish option.
Chokidar 1.4.1 (Dec 9, 2015)
The watcher could now be correctly subclassed with ES6 class syntax.
Chokidar 1.4.0 (Dec 3, 2015)
Add .getWatched() method, exposing all file system entries being watched
Apply awaitWriteFinish methodology to change events (in addition to add)
Fix handling of symlinks within glob paths (#293)
Fix addDir and unlinkDir events under globs (#337, #401)