Releases: gulpjs/glob-stream
Releases · gulpjs/glob-stream
v5.3.1
v5.3.0
v5.2.0
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
v5.0.0
v4.1.1
v4.1.0
v4.0.1
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
- Update unique-stream (b3fa03a)
Build
- Use container-based infrastructure on Travis (3116105)
Scaffold
- Simplify package.json (bbe32f8)