glob-watcher

Watch globs and execute a function upon change, with intelligent defaults for debouncing and queueing.

MIT License

Downloads
6M
Stars
79
Committers
10

Bot releases are hidden (Show)

glob-watcher - v5.0.5

Published by phated about 4 years ago

Fix

  • Move normalize-path to dependency (dbfabfd)
glob-watcher - v5.0.4

Published by phated about 4 years ago

Fix

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

Build

  • Add node 12 & 14 to matrix (ff886e0)

Scaffold

  • Add support-bot template (2076154)
glob-watcher - v5.0.3

Published by phated almost 6 years ago

Fix

  • Only attach our custom ignore function if there are negative globs (5681c11)
  • Merge opt.ignored and our custom ignore function (4fca711) - Closes #40
glob-watcher - v5.0.2

Published by phated almost 6 years ago

Fix

Build

Scaffold

  • Inline with gulp updates (d0b930d)
glob-watcher - v5.0.1

Published by phated over 6 years ago

Fix

  • Only emit error events when there is a listener (ad96e3f) - Closes #35 #36
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v5.0.0

Published by phated almost 7 years ago

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)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v4.0.0

Published by phated over 7 years ago

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

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.4

Published by phated over 7 years ago

New

  • Proxy nomatch event from gaze (a340d69)

Docs

  • Fix the emitted event name (eec76da)

Upgrade

  • Update gaze to 0.5.0 & switch to ^ versioning (7770b3e)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v2.0.0

Published by phated over 7 years ago

Breaking

  • Drop support for node <0.10 (1990681)
  • Remove the change event object being passed to the callback & make add consistent (d7b2d6b)

Docs

  • Explain how to get the event object (9e6c09c)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v3.2.0

Published by phated over 7 years ago

Update

  • Replace lodash.assignWith with object.defaults (74d9e1e) - Closes #29
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v1.0.0

Published by phated over 7 years ago

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.3

Published by phated over 7 years ago

Breaking

  • Drop support for node <0.9 (8e1b31d)

Update

  • Pin dependencies & improve npm-scripts (49e4bdb)

Docs

  • Update badges and README template (d9525da)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.7

Published by phated over 7 years ago

Update

  • Reduce package size using files property (02eb0b5)

Upgrade

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.5

Published by phated over 7 years ago

Breaking

Upgrade

Build

  • Ensure fixtures are created before writing (5337609)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.1

Published by phated over 7 years ago

New

Scaffold

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.6

Published by phated over 7 years ago

Fix

  • Rollback gaze due to breaking changes (8909d97)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v3.0.0

Published by phated over 7 years ago

Breaking

  • Switch to chokidar & completely rewrite module (e874cba)

Upgrade

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v3.1.0

Published by phated over 7 years ago

New

Docs

glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.8

Published by phated over 7 years ago

Fix

  • Proxy remove on gaze correctly (cb82894) - Closes #16

Upgrade

Build

  • Reduce setTimeout durations in tests & general cleanup (88676bd)
glob-watcher - https://github.com/gulpjs/glob-watcher/releases/tag/v0.0.2

Published by phated over 7 years ago

Fix

  • Ensure the add method of gaze is being called properly (c3c27ee)

New

  • Add support for option passing to gaze (45702c6)

Build

  • Add test for non-matching files (e5ae16f)