Skip to content

Releases: sindresorhus/p-lazy

v4.0.0

09 Apr 06:17
Compare
Choose a tag to compare

Breaking

v3.1.0...v4.0.0

v3.1.0

10 Jan 17:43
Compare
Choose a tag to compare
  • Add resolve and reject static methods (#4) 440adac

v3.0.0...v3.1.0

v3.0.0

03 Apr 05:30
Compare
Choose a tag to compare

Breaking:

  • Require Node.js 8 ac0ef50
  • For TypeScript users only:
    • Refactor TypeScript definition to CommonJS compatible export (#3) d48c0fb
      You need to change import pLazy from 'p-lazy'; to import pLazy = require('p-lazy');

v2.0.0...v3.0.0

v2.0.0

16 Mar 18:36
Compare
Choose a tag to compare

Breaking:

Enhancements:

v1.0.0...v2.0.0