Releases: jcoreio/async-throttle
Releases · jcoreio/async-throttle
v1.6.1
1.6.1 (2024-10-08)
Bug Fixes
- add
module
and exports
to package.json
- add source maps (7250aa0)
v1.6.0
1.6.0 (2023-06-02)
Features
v1.5.0
1.5.0 (2023-05-29)
Features
- add invokeIgnoreResult() method (271a695)
v1.4.7
1.4.7 (2023-05-29)
Bug Fixes
- make sure invoke always returns a promise (892697a)
v1.4.6
1.4.6 (2023-05-29)
Bug Fixes
- make throttled fn always return promise (1537301)
v1.4.5
1.4.5 (2023-05-28)
Bug Fixes
- don't create a new promise every time the throttled function is called (70682fe)
v1.4.4
1.4.4 (2023-05-21)
Bug Fixes
v1.4.3
1.4.3 (2021-06-29)
Bug Fixes
- obscure cancel race condition (c1224b3)
v1.4.2
1.4.2 (2021-06-24)
Bug Fixes
- accidental unhandled rejection (824d382)
v1.4.1
1.4.1 (2021-06-21)
Bug Fixes
- race condition where .cancel() could potentially fail to reject throttled calls (777c9af)