Skip to content

v6.0.0

Compare
Choose a tag to compare
@phated phated released this 22 Feb 00:42
· 27 commits to master since this release

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