Releases: gulpjs/glob-stream
Releases · gulpjs/glob-stream
v3.0.2
Fix
- Use path.resolve to handle Windows paths properly (e2a8db8)
v3.0.1
Fix
- Use stream-combiner to propagate errors (2d3483c)
v3.0.0
Breaking
- Switch to streaming objects with cwd/base/path properties (db56ba1)
v2.0.1
Fix
- Avoid joining root paths with cwd (4344713)
v2.0.0
Breaking
- Switch to streaming strings of the filepath (95ee8fd)
v1.0.0
Breaking
- Remove functions-as-globs support & improve glob negation (f475e3a)
Update
- Restrict semver range on glob & event-stream dependencies (eab578c)
Docs
v0.2.0
Update
- Add support for multiple globs & new glob types (4cbec4d)
v0.1.0
Breaking
- Increase minimum node version to 0.8 (b642fe0)
Update
- Rewrite in JS & accept non-glob strings (fc0c1cd) - Closes #1 #2
v0.0.3
Breaking
- Switch to streaming objects with path/base properties (bc8acba)
v0.0.2
Breaking
- Switch to standard stream patterns (fefe5bb)