This repository was archived by the owner on Jun 24, 2025. It is now read-only.
v4.0.0
In short:
- Migration from gaze to chokidar - this will improve stability and responsiveness of gulp-watch
- Events on directory creation is now filtered out
- By default all files (that matched globs) will be emitted on first run with
addevent close()is now not necessary (if you don't usepersistentoption)- Event names changed (
added->add,modified->changeanddeleted->unlink) - All logging now hidden in
verboseoption - Lots of issues should be fixed