Skip to content

Releases: sindresorhus/locate-path

v7.2.0

09 Feb 08:30
Compare
Choose a tag to compare

v7.1.1...v7.2.0

v7.1.1

06 Jun 02:56
Compare
Choose a tag to compare
  • Improve robustness of options.type (#10) 6afde95

v7.1.0...v7.1.1

v7.1.0

08 Feb 06:30
Compare
Choose a tag to compare

v7.0.0...v7.1.0

v7.0.0

25 Aug 12:47
Compare
Choose a tag to compare

Breaking

v6.0.0...v7.0.0

v6.0.0

10 Aug 17:49
Compare
Choose a tag to compare

Breaking

Breaking for TypeScript users

  • Only use a CommonJS export for the TypeScript definition (reason)
    You need to change import locatePath from 'locate-path'; to import locatePath = require('locate-path');

v5.0.0...v6.0.0

v5.0.0

04 May 13:01
Compare
Choose a tag to compare

Breaking:

  • Only find files by default (#4) 66c3567
    Previously it would find both files and directories.

Enhancements:

  • Add type and allowSymlinks options (#4) 66c3567

v4.0.0...v5.0.0

v4.0.0

15 Apr 15:57
Compare
Choose a tag to compare

Breaking:

Enhancements:

v3.0.0...v4.0.0