Skip to content

Latest commit

 

History

History
34 lines (16 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

34 lines (16 loc) · 1.27 KB

0.2.0 (2019-11-04)

Fixes

  • return only results (in correct order) (46be7ed)

0.1.1 (2019-11-04)

Bug Fixes

  • respect Backoff(0) case to pass test suite (a2e2c0a)

0.1.0 (2019-11-02)

Fixes

  • support input of non-primitive list (1d30564)
  • swap runner args order (46afe1b)
  • reimplement with threads and united log (4a5f390)
  • reset args including interval (7fcdad8)
  • return total results (0290d76)
  • use plain Array input (no Iterables) (f211071)

Features

  • implement naive queue processing (33f7c9b)