Skip to content

Releases: gavoja/simple-watcher

Release 6.0.1

17 May 12:16

Choose a tag to compare

  • Updated package.json. (4ec5aa5)
  • Updated package.json. (8014387)
  • Release-it tweaks. (55c84fb)
  • General update and refactor. (56d295a)
  • Removed AbortController falback. (46044d7)

5.0.0

16 Mar 10:10

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

Choose a tag to compare

Version bumped to 4.0.2.

4.0.1

23 Mar 11:21

Choose a tag to compare

#3 Fixed. Multi-reporting should now be suppressed for all cases.

v1.0.5

15 Sep 09:08

Choose a tag to compare

Fallback watcher fixed.

v1.0.1

14 Jun 14:25

Choose a tag to compare

Stable and production ready.

v0.1.1

16 May 18:47

Choose a tag to compare

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

v0.1.0

06 May 20:22

Choose a tag to compare

The very first release.