Skip to content

Releases: gulpjs/glob-stream

v3.0.2

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Use path.resolve to handle Windows paths properly (e2a8db8)

v3.0.1

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Use stream-combiner to propagate errors (2d3483c)

v3.0.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Switch to streaming objects with cwd/base/path properties (db56ba1)

v2.0.1

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Avoid joining root paths with cwd (4344713)

v2.0.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Switch to streaming strings of the filepath (95ee8fd)

v1.0.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Remove functions-as-globs support & improve glob negation (f475e3a)

Update

  • Restrict semver range on glob & event-stream dependencies (eab578c)

Docs

v0.2.0

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Add support for multiple globs & new glob types (4cbec4d)

v0.1.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Increase minimum node version to 0.8 (b642fe0)

Update

  • Rewrite in JS & accept non-glob strings (fc0c1cd) - Closes #1 #2

v0.0.3

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Switch to streaming objects with path/base properties (bc8acba)

v0.0.2

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Switch to standard stream patterns (fefe5bb)