glob-stream

Readable streamx interface over anymatch.

MIT License

Downloads
9.5M
Stars
177
Committers
28

Bot releases are hidden (Show)

glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.7

Published by phated over 7 years ago

Update

  • Add coverage & lockdown dependencies (73623dd)

Docs

glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.18

Published by phated over 7 years ago

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)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.3

Published by phated over 7 years ago

Fix

Build

  • Ensure the latest node version 4.x is run on Travis (f90e523)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.16

Published by phated over 7 years ago

Update

  • Use files property in package.json to reduce size (ec69b3b)
  • Remove TODO comment for ordering files because already complete (4beee80) - Closes #22

Upgrade

  • Update ordered-read-streams & mocha (458c44f)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.5

Published by phated over 7 years ago

Fix

  • Upgrade glob-parent to fix incorrect base when parens in glob path (d611fdd) - Closes #70
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.4

Published by phated over 7 years ago

Fix

  • Handle Windows path separators when calculating base path on Windows (40128d6) - Closes #68 #69
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.0

Published by phated over 7 years ago

Update

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

Scaffold