Skip to content

Releases: neckaros/keyed-promise-queue

v2.0.1

18 Mar 12:12
Compare
Choose a tag to compare

2.0.1 (2019-03-18)

Bug Fixes

  • Correctly manage throwing promises (ebf7e71)

v2.0.0

16 Mar 15:52
Compare
Choose a tag to compare

2.0.0 (2019-03-16)

Bug Fixes

Features

  • improved doc + upgraded dependencies (99c0642)
  • only execute inital function after a specified timeout (4ad7254)
  • keyed-promise-queue.ts: Now with possibility to have a max number of execution in parallel. Al (978044b)

BREAKING CHANGES

  • keyed-promise-queue.ts: argument change from Promise to function that return a promise

v1.0.1

01 Dec 18:50
Compare
Choose a tag to compare

1.0.1 (2018-12-01)

Bug Fixes

  • README.md: fix build icon (eff389d)

v1.0.0

01 Dec 18:07
Compare
Choose a tag to compare

1.0.0 (2018-12-01)

Bug Fixes

  • .travis.xml: Exclude node 6 (a04132a)

Features

BREAKING CHANGES

  • initial