Skip to content

Releases: gulpjs/glob-stream

v3.1.6

22 Feb 00:36
Compare
Choose a tag to compare

Docs

Upgrade

v3.1.5

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Switch back to write for pushing onto stream (574d514)
  • Improve the async test (5870dc5)

v3.1.4

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Use queue instead of write for putting on stream & add async test (8161e05)

v3.1.3

22 Feb 00:36
Compare
Choose a tag to compare

New

  • Allow glob-stream to be used as a transform stream & dependency cleanup (b36cff8)

v3.1.2

22 Feb 00:36
Compare
Choose a tag to compare

Upgrade

  • Update glob2base and unique-stream (7c318ca)

v3.1.1

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Add cwdbase option back which sets base option to cwd (90c5bff)

Build

  • Add JSHint to test suite (6972947)

v3.1.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Rename the fullBase option to base (82bac04)
  • Drop support for node version 0.8 (2f84251)

v3.0.5

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Use unique-stream to actually remove duplicates (009ad12) - Closes #9
  • Use strict mode to prevent global leakage (64acc11)

New

  • Rename cwdbase option to fullBase (6a12419)
  • Add cwdbase option to enable file base to be set to cwd (e91f926)

Update

  • Use proper array indexes in unit test (1742aa2)
  • Remove stream queueing & split base path resolution into glob2base (1373bd0)

v3.0.4

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Remove relativity on globs & base path to handle glob negation (6b9ee25) - Closes #8

Update

  • Add failing tests for negation in glob arrays (18b2c59)
  • Add test for multiple ordered paths (f0b7080)

v3.0.3

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Switch to combine-stream dependency & filter duplicate paths (bc1ecde)