Skip to content

Releases: gavoja/simple-watcher

5.0.0

16 Mar 10:10
Compare
Choose a tag to compare

Backward incompatible changes:

  • New sexi asynchronous generator API.
  • Paths output by simple-watcher command are always absolute; they are passed through path.resolve().
  • Paths returned by the watch() generator start from the normalised path provided as input (if absolute, will be absolute, if relative, will be relative).
  • The legacy fs.watchFile() is no longer supported.

4.0.2

14 Mar 09:16
Compare
Choose a tag to compare
Version bumped to 4.0.2.

4.0.1

23 Mar 11:21
Compare
Choose a tag to compare
#3 Fixed. Multi-reporting should now be suppressed for all cases.

v1.0.5

15 Sep 09:08
Compare
Choose a tag to compare

Fallback watcher fixed.

v1.0.1

14 Jun 14:25
Compare
Choose a tag to compare

Stable and production ready.

v0.1.1

16 May 18:47
Compare
Choose a tag to compare

Fallback handing improved -- any new folder created is now also watched.

v0.1.0

06 May 20:22
Compare
Choose a tag to compare

The very first release.