Releases: regevbr/busywait.js
Releases · regevbr/busywait.js
v4.0.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
v3.0.0
Breaking changes
- Errors are now an instance of
Error
and not plain strings - Options type was modified
- Return type was modified
Added
- Exponential backoff (with optional full jitter) support
- Added to the result, the time it took to finish
- Added delay information to the checked function call
Fixed
- Better type inference
- Updated readme
- Updated all dependencies to the latest versions
v2.0.0
v1.1.0: busywait-7 (#8)
* #7 - protect the options argumnet and refrain form using the async reserved keyword * #7 - protect the options argumnet and refrain form using the async reserved keyword