Skip to content

Releases: TanStack/pacer

@tanstack/react-pacer@0.6.0

11 May 04:05
2c12e8e

Choose a tag to compare

Minor Changes

  • breaking: remove onError, onSuccess, onSettled options from AsyncQueuer in favor of options of the same name on the AsyncQueuer (#22)
    feat: standardize error handling callbacks on AsyncQueuer, AsyncDebouncer, AsyncRateLimiter, and AsyncThrottler
    feat: add throwOnError option to AsyncQueuer, AsyncDebouncer, AsyncRateLimiter, and AsyncThrottler

Patch Changes

  • Updated dependencies [b3d5247]:
    • @tanstack/pacer@0.6.0

@tanstack/pacer@0.6.0

11 May 04:05
2c12e8e

Choose a tag to compare

Minor Changes

  • breaking: remove onError, onSuccess, onSettled options from AsyncQueuer in favor of options of the same name on the AsyncQueuer (#22)
    feat: standardize error handling callbacks on AsyncQueuer, AsyncDebouncer, AsyncRateLimiter, and AsyncThrottler
    feat: add throwOnError option to AsyncQueuer, AsyncDebouncer, AsyncRateLimiter, and AsyncThrottler

@tanstack/solid-pacer@0.5.0

09 May 18:13
b83e91c

Choose a tag to compare

Minor Changes

  • feat: let enabled, wait, limit, window, and concurrency options support callback variants (#20)
    breaking: set queuer to be started by default

Patch Changes

  • Updated dependencies [a3294e7]:
    • @tanstack/pacer@0.5.0

@tanstack/react-pacer@0.5.0

09 May 18:13
b83e91c

Choose a tag to compare

Minor Changes

  • feat: let enabled, wait, limit, window, and concurrency options support callback variants (#20)
    breaking: set queuer to be started by default

Patch Changes

  • Updated dependencies [a3294e7]:
    • @tanstack/pacer@0.5.0

@tanstack/pacer@0.5.0

09 May 18:13
b83e91c

Choose a tag to compare

Minor Changes

  • feat: let enabled, wait, limit, window, and concurrency options support callback variants (#20)
    breaking: set queuer to be started by default

@tanstack/solid-pacer@0.4.0

08 May 02:35
a5fe19a

Choose a tag to compare

Minor Changes

  • Added fixed and sliding windowTypes to rate limiters (#17)
    Added getIsExecuting to AsyncRateLimiter

Patch Changes

  • Updated dependencies [f12ba56]:
    • @tanstack/pacer@0.4.0

@tanstack/react-pacer@0.4.0

08 May 02:35
a5fe19a

Choose a tag to compare

Minor Changes

  • Added fixed and sliding windowTypes to rate limiters (#17)
    Added getIsExecuting to AsyncRateLimiter

Patch Changes

  • Updated dependencies [f12ba56]:
    • @tanstack/pacer@0.4.0

@tanstack/pacer@0.4.0

08 May 02:35
a5fe19a

Choose a tag to compare

Minor Changes

  • Added fixed and sliding windowTypes to rate limiters (#17)
    Added getIsExecuting to AsyncRateLimiter

@tanstack/solid-pacer@0.3.0

05 May 07:43
d28eaad

Choose a tag to compare

Minor Changes

    • breaking: renamed createQueuerState hook to createQueuedState (#12)
    • breaking: changed return signature of createQueuedState to include the addItem function
    • feat: add createQueuedValue hook

Patch Changes

  • Updated dependencies [35efeea]:
    • @tanstack/pacer@0.3.0

@tanstack/react-pacer@0.3.0

05 May 07:43
d28eaad

Choose a tag to compare

Minor Changes

    • breaking: renamed useQueuerState hook to useQueuedState (#12)
    • breaking: changed return signature of useQueuedState to include the addItem function
    • feat: add useQueuedValue hook

Patch Changes

  • Updated dependencies [35efeea]:
    • @tanstack/pacer@0.3.0