Skip to content

Releases: gulpjs/glob-stream

v5.3.1

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Use path.sep instead of '/' for correct Windows pathing (e618a8d)

Upgrade

  • Update micromatch to 2.3.7 to avoid lazy cache (f22f79a)

v5.3.0

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Replace minimatch & glob2base with micromatch & glob-parent (5846826)

Scaffold

v5.2.0

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Properly handle glob trailing separators with to-absolute-glob (d4891e7) - Closes #53
  • Resolve globs against root option & avoid passing root option to node-glob (55dcf96) - Closes #37

Update

  • Pass options to the through2 stream (57f726c)
  • Add glob that failed in singular glob error (6c25dfb)
  • Only listen for end once (5f5fc22)

Docs

  • Update repository badge urls (8668780)

Upgrade

  • Update extend, ordered-read-streams, through2 & should (f145f27)

Build

  • Fix linting warnings (e400f01)
  • Add node version 0.12 & stable to Travis matrix (c59f01b)
  • Add eslint and jscs presets & update code (8de5d66)

v5.0.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Re-apply changes from 4.1.0 release (ce3b264)

v4.1.1

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Revert breaking changes in 4.1.0 release (bfbd180)

v4.1.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Emit error when file not found with singular globs (e214b9f)

Upgrade

  • Update glob, ordered-read-streams & devDeps (36e993f)

Scaffold

v4.0.1

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Throw on invalid glob & reach 100% coverage (c535bb2) - Closes #34
  • Avoid creating multiple Minimatch instances for the same negative glob (ce3d10d)
  • Map negatives to Minimatch instances & test RegExp matching (9ebfc80) - Closes #29
  • Refactor glob array order filtering to reduce duplication (6b15c8c)

Docs

  • Switch to SVG badges (cb36e20)
  • Add a mention of globby module (1b5b7af)
  • Mention glob array order filtering (a1d6206)

Upgrade

Build

  • Use container-based infrastructure on Travis (3116105)

Scaffold

v4.0.0

22 Feb 00:36
Compare
Choose a tag to compare

Breaking

  • Allow glob array order to determine filtering (6f50bf3) - Closes #25

v3.1.18

22 Feb 00:36
Compare
Choose a tag to compare

Update

  • Remove .npmignore because files property is used in package.json (6a0e685)

Upgrade

  • Update glob, minimatch & devDeps (35277f3)

Build

  • Add istanbul-coveralls to simplify the coverage script (b2e7641)

v3.1.17

22 Feb 00:36
Compare
Choose a tag to compare

Upgrade