Skip to content

v4.0.1

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

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

Build

  • Use container-based infrastructure on Travis (3116105)

Scaffold