Skip to content

v3.0.0

Compare
Choose a tag to compare
@sindresorhus sindresorhus released this 06 Jun 11:53

Breaking

Breaking for TypeScript users

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

Improvements

  • Always run limited functions asynchronously (#28) 7b978e3

v2.3.0...v3.0.0