Releases: gulpjs/glob-stream
Releases · gulpjs/glob-stream
glob-stream v8.0.2
glob-stream v8.0.1
glob-stream v8.0.0
⚠ BREAKING CHANGES
- Switch to streamx (#119)
- Combine GlobStream & GlobReadable into unified API
- Replace glob with anymatch & custom directory walk (#118)
- Drop support for ordered globs (#115)
Features
- Combine GlobStream & GlobReadable into unified API (6aad264)
- Replace glob with anymatch & custom directory walk (#118) (6aad264)
- Switch to streamx (#119) (8d6b35c)
Bug Fixes
- Normalize cwd on windows (8d6b35c)
- Properly handle glob-like characters in paths (#117) (872a957)
- Resolve cwd to support relative cwd paths (8d6b35c)
Miscellaneous Chores
glob-stream v7.0.0
v6.1.0
v6.0.0
Breaking
- Convert to ReadableStream (2af4876) - Closes #81 #85
- Remove path normalization (fc60840) - Closes #79
- Remove createStream external API (9911598) - Closes #74
- Upgrade to glob 7, implement ignore & remove RegExp as negative matchers (4e4c332) - Closes #24 #57
Fix
New
Update
- Fix flakey tests (fb92691) - Closes #89
- Remove explicit nonull option because it does nothing with the Event API of glob (dfa35eb)
- Complete test refactor (8a84056) - Closes #72 #88
- Begin test refactor (37f7110)
- Fix linting error by using ternaries (b6aae57)
- Use pumpify to propagate errors/destroy (755b7b4)
- Support ignore option in combination with negative globs (d617960)
- Utilize is-negated-glob module to test for negated globs (63dcc39)