Skip to content

Releases: gulpjs/glob-stream

glob-stream v8.0.2

08 Apr 04:41
7782659
Compare
Choose a tag to compare

Bug Fixes

  • Avoid blowing the call stack when processing many files (#133) (bb21c9d)
  • Avoid following circular symlinks (#126) (cf8b197)
  • Only traverse directories that can match the glob base (#131) (8e74e21)

glob-stream v8.0.1

25 Mar 00:36
6dfc6bf
Compare
Choose a tag to compare

Bug Fixes

  • Avoid pushing additional paths to queue when error occurs (#124) (8eaab85)
  • Traverse symlink folders (#122) (d49d9bd)

glob-stream v8.0.0

23 Apr 20:53
d8eace3
Compare
Choose a tag to compare

⚠ 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

31 Oct 20:51
37cc385
Compare
Choose a tag to compare

⚠ BREAKING CHANGES

  • Normalize repository, dropping node <10.13 support (#101)

Miscellaneous Chores

  • Normalize repository, dropping node <10.13 support (#101) (c110ed1)

v6.1.0

25 Feb 20:16
Compare
Choose a tag to compare

New

v6.0.0

22 Feb 00:42
Compare
Choose a tag to compare

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

  • Avoid mutating the options passed in (f369978) - Closes #75

New

  • Normalize string ignore to array (3b47b57) - Closes #77

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)

Docs

  • Document new API & all options (47ba31f) - Closes #78

Upgrade

  • Update ordered-read-streams and dev dependencies (9858d68)
  • Use latest glob-parent (4b7a54b)

Scaffold

v5.3.5

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Upgrade glob-parent to fix incorrect base when parens in glob path (d611fdd) - Closes #70

v5.3.4

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Handle Windows path separators when calculating base path on Windows (40128d6) - Closes #68 #69

v5.3.3

22 Feb 00:36
Compare
Choose a tag to compare

Fix

Build

  • Ensure the latest node version 4.x is run on Travis (f90e523)

v5.3.2

22 Feb 00:36
Compare
Choose a tag to compare

Fix

  • Normalize path for correct Windows pathing (7621626)