Skip to content

5.0.0

Latest
Compare
Choose a tag to compare
@gavoja gavoja released this 16 Mar 10:10
· 1 commit to master since this release

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.