P Queue Versions Save

Promise queue with concurrency control

v7.1.0

3 years ago

v7.0.0

3 years ago

Breaking

  • Require Node.js 12 8c7325a
  • This package is now pure ESM. Please read this.

Improvements

  • Add error & completed events (#130) a176837
  • Add .onSizeLessThan() helper method (#131) 8d0a356

https://github.com/sindresorhus/p-queue/compare/v6.6.2...v7.0.0

v6.6.2

3 years ago
  • Fix obscure unhandled rejection when calling .clear() 933ea23

https://github.com/sindresorhus/p-queue/compare/v6.6.1...v6.6.2

v6.6.1

3 years ago

v6.6.0

3 years ago

v6.5.0

3 years ago
  • Update to TypeScript 3.9 4b4d2fa b4f2158

https://github.com/sindresorhus/p-queue/compare/v6.4.0...v6.5.0

v6.4.0

4 years ago

v6.3.0

4 years ago
  • Add .sizeBy() method to find queue size by priority (#94) a9f5778 If you implement your own queue, you need to implement the filter method to use .sizeBy().

https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0

v6.2.1

4 years ago
  • Fix problem with TimeoutError import (#88) db039dd

https://github.com/sindresorhus/p-queue/compare/v6.2.0...v6.2.1

v6.2.0

4 years ago
  • Don't include source maps in the package f79384b They were broken anyway and it doesn't have much value for TS as it compiles to readable JS.

https://github.com/sindresorhus/p-queue/compare/v6.1.1...v6.2.0