npm p-limit 3.0.0

latest releases: 7.3.0, 7.2.0, 7.1.1...
5 years ago

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

Don't miss a new p-limit release

NewReleases is sending notifications on new releases.