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/v4.1.1

Published by phated over 7 years ago

Fix

  • Revert breaking changes in 4.1.0 release (bfbd180)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v4.1.0

Published by phated over 7 years ago

Breaking

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

Upgrade

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

Scaffold

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

Published by phated over 7 years ago

Upgrade

glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.1

Published by phated over 7 years ago

Fix

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

Upgrade

  • Update micromatch to 2.3.7 to avoid lazy cache (f22f79a)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v2.0.0

Published by phated over 7 years ago

Breaking

  • Switch to streaming strings of the filepath (95ee8fd)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.2.0

Published by phated over 7 years ago

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

Published by phated over 7 years ago

Upgrade

  • Update ordered-read-streams (1f783f7)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.8

Published by phated over 7 years ago

Update

  • Switch to ordered-read-streams to stream files in glob order (f1cef6c) - Closes #7

Build

  • Run Coveralls after tests (2deb83a)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.4

Published by phated over 7 years ago

Update

  • Use queue instead of write for putting on stream & add async test (8161e05)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v0.2.0

Published by phated over 7 years ago

Update

  • Add support for multiple globs & new glob types (4cbec4d)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v0.0.3

Published by phated over 7 years ago

Breaking

  • Switch to streaming objects with path/base properties (bc8acba)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v0.0.1

Published by phated over 7 years ago

New

glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v0.0.2

Published by phated over 7 years ago

Breaking

  • Switch to standard stream patterns (fefe5bb)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v1.0.0

Published by phated over 7 years ago

Breaking

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

Update

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

Docs

glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v0.1.0

Published by phated over 7 years ago

Breaking

  • Increase minimum node version to 0.8 (b642fe0)

Update

  • Rewrite in JS & accept non-glob strings (fc0c1cd) - Closes #1 #2
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.9

Published by phated over 7 years ago

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

Published by phated over 7 years ago

Update

  • Refactor implementation of through2 (15ba101)
  • Switch to through2 & filter in transform instead of map-stream (f0ecccf)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.0.1

Published by phated over 7 years ago

Fix

  • Use stream-combiner to propagate errors (2d3483c)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v5.3.2

Published by phated over 7 years ago

Fix

  • Normalize path for correct Windows pathing (7621626)
glob-stream - https://github.com/gulpjs/glob-stream/releases/tag/v3.1.11

Published by phated over 7 years ago

Upgrade