Releases: gulpjs/glob-watcher
Releases · gulpjs/glob-watcher
glob-watcher v6.0.0
⚠ BREAKING CHANGES
- Normalize repository, dropping node <10.13 support (#76)
Features
- Drop just-debounce from dependencies (cbb4b18)
Miscellaneous Chores
- Normalize repository, dropping node <10.13 support (#76) (cbb4b18)
v5.0.5
Fix
- Move normalize-path to dependency (dbfabfd)
v5.0.4
Fix
- Improve negative globbing with cwd option (5062520) - Closes #46
Build
- Add node 12 & 14 to matrix (ff886e0)
Scaffold
v5.0.3
Fix
- Only attach our custom ignore function if there are negative globs (5681c11)
- Merge
opt.ignored
and our custom ignore function (4fca711) - Closes #40
v5.0.1
Fix
- Only emit
error
events when there is a listener (ad96e3f) - Closes #35 #36
v5.0.0
Breaking
- Require globs to only use POSIX-style separators (32532fb)
Docs
- Add note about breaking glob changes (76a17d4)
Upgrade
Build
- Enforce consistent line endings (50d72ea)
v4.0.0
Breaking
- Remove lodash.debounce & no longer utilize extra debounce options (21f08e3) - Closes #31
Update
- Replace del with rimraf (dc1025f)
- Use object.defaults/immutable (c1b3da2)
Scaffold
v3.2.0
Update
- Replace lodash.assignWith with object.defaults (74d9e1e) - Closes #29