Releases: gavoja/simple-watcher
Releases · gavoja/simple-watcher
5.0.0
Backward incompatible changes:
- New sexi asynchronous generator API.
- Paths output by
simple-watcher
command are always absolute; they are passed throughpath.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.