Skip to content

v4.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 12 May 15:31

Breaking:

  • Require Node.js 8 80fda88
  • Return undefined instead of null when the path cannot be found a7a9500
  • Add ability to specify if looking for file or directory (#40) da17a22
    It now only matches files by default, not also directories. Previously it would match either.

Enhancements:

v3.0.0...v4.0.0