Skip to content

Releases: TanStack/pacer

@tanstack/react-persister@0.1.1

12 Jul 00:45
b292b93

Choose a tag to compare

Patch Changes

  • fix github url for publishing (#36)

  • Updated dependencies [32f3242]:

    • @tanstack/persister@0.1.1

@tanstack/persister@0.1.1

12 Jul 00:45
b292b93

Choose a tag to compare

Patch Changes

  • fix github url for publishing (#36)

@tanstack/pacer@0.9.0

12 Jul 01:15
b292b93

Choose a tag to compare

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

Full Changelog: https://github.com/TanStack/pacer/compare/@tanstack/pacer@0.8.0...@tanstack/pacer@0.9.0

@tanstack/solid-pacer@0.8.0

27 May 01:55
b137a7c

Choose a tag to compare

Minor Changes

  • breaking: Renamed get*Item instance methods to peek*Item instance methods to indicate that they do not pop or process items (1599c97)

Patch Changes

  • Updated dependencies [1599c97]:
    • @tanstack/pacer@0.8.0

@tanstack/react-pacer@0.8.0

27 May 01:55
b137a7c

Choose a tag to compare

Minor Changes

  • breaking: Renamed get*Item instance methods to peek*Item instance methods to indicate that they do not pop or process items (1599c97)

Patch Changes

  • Updated dependencies [1599c97]:
    • @tanstack/pacer@0.8.0

@tanstack/pacer@0.8.0

27 May 01:55
b137a7c

Choose a tag to compare

Minor Changes

  • breaking: Renamed get*Item instance methods to peek*Item instance methods to indicate that they do not pop or process items (1599c97)

@tanstack/solid-pacer@0.7.0

20 May 01:11
172050a

Choose a tag to compare

Minor Changes

  • feat: New Batcher Utility to batch process items (#25)
    fix: Fixed AsyncDebouncer and AsyncThrottler to resolve previous promises on new executions
    breaking: Queuer and AsyncQueuer have new required fn parameter before the options parameter to match other utilities and removed onGetNextItem option
    breaking: Queuer and AsyncQueuer now use execute method instead instead of getNextItem, but both methods are now public
    breaking: For the AsyncQueuer, you now add items instead of functions to the AsyncQueuer. The fn parameter 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

20 May 01:10
172050a

Choose a tag to compare

Minor Changes

  • feat: New Batcher Utility to batch process items (#25)
    fix: Fixed AsyncDebouncer and AsyncThrottler to resolve previous promises on new executions
    breaking: Queuer and AsyncQueuer have new required fn parameter before the options parameter to match other utilities and removed onGetNextItem option
    breaking: Queuer and AsyncQueuer now use execute method instead instead of getNextItem, but both methods are now public
    breaking: For the AsyncQueuer, you now add items instead of functions to the AsyncQueuer. The fn parameter is now the function to execute for each item.

Patch Changes

  • Updated dependencies [9c03795]:
    • @tanstack/pacer@0.7.0

@tanstack/pacer@0.7.0

20 May 01:10
172050a

Choose a tag to compare

Minor Changes

  • feat: New Batcher Utility to batch process items (#25)
    fix: Fixed AsyncDebouncer and AsyncThrottler to resolve previous promises on new executions
    breaking: Queuer and AsyncQueuer have new required fn parameter before the options parameter to match other utilities and removed onGetNextItem option
    breaking: Queuer and AsyncQueuer now use execute method instead instead of getNextItem, but both methods are now public
    breaking: For the AsyncQueuer, you now add items instead of functions to the AsyncQueuer. The fn parameter is now the function to execute for each item.

@tanstack/solid-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