Releases: TanStack/pacer
Releases · TanStack/pacer
@tanstack/react-persister@0.1.1
@tanstack/persister@0.1.1
Patch Changes
- fix github url for publishing (#36)
@tanstack/pacer@0.9.0
What's Changed
- feat: rewrite to be built on top of TanStack Store and offer persistence by @KevinVandy in #32
- ci: Version Packages by @github-actions[bot] in #35
- fix: incorrect package repository url by @othompson2 in #36
- ci: Version Packages by @github-actions[bot] in #37
New Contributors
- @othompson2 made their first contribution in #36
Full Changelog: https://github.com/TanStack/pacer/compare/@tanstack/pacer@0.8.0...@tanstack/pacer@0.9.0
@tanstack/solid-pacer@0.8.0
@tanstack/react-pacer@0.8.0
@tanstack/pacer@0.8.0
Minor Changes
- breaking: Renamed
get*Iteminstance methods topeek*Iteminstance methods to indicate that they do not pop or process items (1599c97)
@tanstack/solid-pacer@0.7.0
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.
Patch Changes
- Updated dependencies [
9c03795]:- @tanstack/pacer@0.7.0
@tanstack/react-pacer@0.7.0
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.
Patch Changes
- Updated dependencies [
9c03795]:- @tanstack/pacer@0.7.0
@tanstack/pacer@0.7.0
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.
@tanstack/solid-pacer@0.6.0
Minor Changes
- breaking: remove
onError,onSuccess,onSettledoptions fromAsyncQueuerin favor of options of the same name on theAsyncQueuer(#22)
feat: standardize error handling callbacks onAsyncQueuer,AsyncDebouncer,AsyncRateLimiter, andAsyncThrottler
feat: addthrowOnErroroption toAsyncQueuer,AsyncDebouncer,AsyncRateLimiter, andAsyncThrottler
Patch Changes
- Updated dependencies [
b3d5247]:- @tanstack/pacer@0.6.0