Skip to content

Releases: yuanchuan/node-watch

v0.7.4

01 Aug 10:05
b4a53a3
Compare
Choose a tag to compare

v0.7.3

24 Jan 12:45
87f687a
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

v0.7.1

06 Dec 09:14
Compare
Choose a tag to compare

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
Choose a tag to compare

Feature

  • Add an extra flag for skipping sub-directories like node_modules inside filter function.

v0.6.4

01 May 10:57
Compare
Choose a tag to compare

Fixes

  • Fix ERR_FEATURE_UNAVAILABLE_ON_PLATFORM error for Node v14.

0.6.3

10 Aug 07:45
Compare
Choose a tag to compare

Fixes

  • Fix types for allowing watching multiple files.

0.6.2

18 Apr 03:20
Compare
Choose a tag to compare

Fixes

  • Detect temporary editor files more wisely in order to avoid side effects on Windows

0.6.1

09 Apr 03:52
Compare
Choose a tag to compare
  • 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
Choose a tag to compare

0.6.0

Special thanks to Timo Tijhof

  • Drop support for node < 6.0
  • Lots of bug fixed.
  • Add ready event for the watcher.