Skip to content

ci: Version Packages#16

Merged
KevinVandy merged 1 commit intomainfrom
changeset-release/main
May 5, 2025
Merged

ci: Version Packages#16
KevinVandy merged 1 commit intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented May 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@tanstack/pacer@0.3.0

Minor Changes

    • feat: add queuer expiration feature to AsyncQueuer and Queuer (#12)
    • feat: add return values and types to AsyncDebouncer, AsyncThrottler, and AsyncRateLimiter
    • feat: standardize onSuccess, onSettled, and onError in AsyncDebouncer, AsyncThrottler, and AsyncRateLimiter
    • feat: replace getExecutionCount with getSuccessCount, getErrorCount, and getSettleCount in AsyncDebouncer, AsyncThrottler, and AsyncRateLimiter
    • feat: add getIsPending, getIsExecuting, and getLastResult to AsyncThrottler
    • feat: add leading and trailing options to AsyncThrottler
    • breaking: rename onExecute to onSettled in AsyncDebouncer, AsyncThrottler, and AsyncRateLimiter
    • breaking: Set started to true by default in AsyncQueuer and Queuer
    • breaking: Simplified generics to just use TFn instead of TFn, TArgs in debouncers, throttlers, and rate limiters
    • fix: fixed leading and trailing edge behavior of Debouncer and AsyncDebouncer
    • fix: fixed getIsPending to return correct value in AsyncDebouncer

@tanstack/react-pacer@0.3.0

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

@tanstack/solid-pacer@0.3.0

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

@KevinVandy KevinVandy merged commit d28eaad into main May 5, 2025
@KevinVandy KevinVandy deleted the changeset-release/main branch May 5, 2025 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant