Skip to content

Releases: sindresorhus/p-locate

v6.0.0

25 Aug 11:57
Compare
Choose a tag to compare

Breaking

v5.0.0...v6.0.0

v5.0.0

10 Aug 17:42
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 pLocate from 'p-locate'; to import pLocate = require('p-locate');

v4.1.0...v5.0.0

v4.1.0

04 Apr 05:02
Compare
Choose a tag to compare
  • Refactor TypeScript definition to CommonJS compatible export (#4) bab16dd

v4.0.0...v4.1.0

v4.0.0

12 Mar 09:46
Compare
Choose a tag to compare

Breaking:

Enhancements:

v3.0.0...v4.0.0