Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 03 Apr 05:30

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