Releases: yuanchuan/node-watch
Releases · yuanchuan/node-watch
v0.7.4
01 Aug 10:05
Compare
Sorry, something went wrong.
No results found
v0.7.3
24 Jan 12:45
Compare
Sorry, something went wrong.
No results found
Fixed the type definition of callback function. (by @xieyuheng )
Optimization to the guard function. (by @wmertens )
Switched to Github Actions for CI.
v0.7.2
19 Sep 08:06
Compare
Sorry, something went wrong.
No results found
v0.7.1
06 Dec 09:14
Compare
Sorry, something went wrong.
No results found
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
05 Oct 23:00
Compare
Sorry, something went wrong.
No results found
Feature
Add an extra flag for skipping sub-directories like node_modules inside filter function.
v0.6.4
01 May 10:57
Compare
Sorry, something went wrong.
No results found
Fixes
Fix ERR_FEATURE_UNAVAILABLE_ON_PLATFORM error for Node v14.
0.6.3
10 Aug 07:45
Compare
Sorry, something went wrong.
No results found
Fixes
Fix types for allowing watching multiple files.
0.6.2
18 Apr 03:20
Compare
Sorry, something went wrong.
No results found
Fixes
Detect temporary editor files more wisely in order to avoid side effects on Windows
0.6.1
09 Apr 03:52
Compare
Sorry, something went wrong.
No results found
Add TypeScript support.
Fix race condition of fs.exists and fs.stat.
Prevent redundant events on Windows when creating file/directory.
v0.6.0
03 Jan 12:27
Compare
Sorry, something went wrong.
No results found
0.6.0
Special thanks to Timo Tijhof
Drop support for node < 6.0
Lots of bug fixed.
Add ready event for the watcher.