Skip to content

Releases: gulpjs/glob-watcher

glob-watcher v6.0.0

31 May 00:14
b593a04
Compare
Choose a tag to compare

⚠ 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

23 Jul 02:29
Compare
Choose a tag to compare

Fix

  • Move normalize-path to dependency (dbfabfd)

v5.0.4

23 Jul 01:19
Compare
Choose a tag to compare

Fix

  • Improve negative globbing with cwd option (5062520) - Closes #46

Build

  • Add node 12 & 14 to matrix (ff886e0)

Scaffold

  • Add support-bot template (2076154)

v5.0.3

16 Nov 01:06
Compare
Choose a tag to compare

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.2

16 Nov 00:09
Compare
Choose a tag to compare

Fix

Build

Scaffold

  • Inline with gulp updates (d0b930d)

v5.0.1

14 Feb 20:32
Compare
Choose a tag to compare

Fix

  • Only emit error events when there is a listener (ad96e3f) - Closes #35 #36

v5.0.0

30 Dec 01:44
Compare
Choose a tag to compare

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

29 Jun 22:19
Compare
Choose a tag to compare

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

26 Jun 21:33
Compare
Choose a tag to compare

Update

  • Replace lodash.assignWith with object.defaults (74d9e1e) - Closes #29

v3.1.0

26 Jun 21:33
Compare
Choose a tag to compare

New

Docs