Skip to content

Releases: YukiMatsumura/RxBackoff

v0.0.2

08 Mar 13:14
Compare
Choose a tag to compare

API Changes:

  • RxBackoff.exponential

    • Add multiplier an argument. To obtain the same result (Binary exponential backoff) as v0.0.1, specify "2" for the multiplier.
  • RxBackoff.random

    • An algorithm of the random interval can be easily generated.

v0.0.1

08 Mar 12:17
7235c7b
Compare
Choose a tag to compare

First release 🎉