Skip to content

Releases: sindresorhus/p-queue

v7.1.0

07 Apr 04:49
Compare
Choose a tag to compare

v7.0.0...v7.1.0

v7.0.0

31 Mar 06:45
Compare
Choose a tag to compare

Breaking

Improvements

v6.6.2...v7.0.0

v6.6.2

11 Oct 19:10
Compare
Choose a tag to compare
  • Fix obscure unhandled rejection when calling .clear() 933ea23

v6.6.1...v6.6.2

v6.6.1

16 Aug 10:34
Compare
Choose a tag to compare
  • Improve import for VS Code a81be14

v6.6.0...v6.6.1

v6.6.0

19 Jul 20:50
Compare
Choose a tag to compare

v6.5.0...v6.6.0

v6.5.0

01 Jul 07:35
Compare
Choose a tag to compare

v6.4.0...v6.5.0

v6.4.0

03 May 13:06
Compare
Choose a tag to compare

v6.3.0...v6.4.0

v6.3.0

17 Feb 16:17
Compare
Choose a tag to compare
  • 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().

v6.2.1...v6.3.0

v6.2.1

10 Nov 05:14
Compare
Choose a tag to compare
  • Fix problem with TimeoutError import (#88) db039dd

v6.2.0...v6.2.1

v6.2.0

12 Oct 12:12
Compare
Choose a tag to compare
  • 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.

v6.1.1...v6.2.0