Releases: yuanchuan/node-watch
Releases · yuanchuan/node-watch
v0.7.3
- Fixed the type definition of callback function. (by @xieyuheng)
- Optimization to the guard function. (by @wmertens)
- Switched to Github Actions for CI.
v0.7.1
Fixes
- Don't normalize events for Windows or it might lose essential events.
- Fix the functionality of the
.close()
method before watcher is ready.
v0.7.0
Feature
- Add an extra flag for skipping sub-directories like
node_modules
inside filter function.
v0.6.4
Fixes
- Fix
ERR_FEATURE_UNAVAILABLE_ON_PLATFORM
error for Node v14.
0.6.3
Fixes
- Fix types for allowing watching multiple files.
0.6.2
Fixes
- Detect temporary editor files more wisely in order to avoid side effects on Windows
0.6.1
- Add TypeScript support.
- Fix race condition of
fs.exists
and fs.stat
.
- Prevent redundant events on Windows when creating file/directory.
v0.6.0
0.6.0
Special thanks to Timo Tijhof
- Drop support for node < 6.0
- Lots of bug fixed.
- Add
ready
event for the watcher.