@tanstack/pacer@0.7.0
·
158 commits
to main
since this release
Minor Changes
- feat: New
BatcherUtility to batch process items (#25)
fix: FixedAsyncDebouncerandAsyncThrottlerto resolve previous promises on new executions
breaking:QueuerandAsyncQueuerhave new requiredfnparameter before theoptionsparameter to match other utilities and removedonGetNextItemoption
breaking:QueuerandAsyncQueuernow useexecutemethod instead instead ofgetNextItem, but both methods are now public
breaking: For theAsyncQueuer, you now add items instead of functions to the AsyncQueuer. Thefnparameter is now the function to execute for each item.