Skip to content

temporize v0.3.0 — concurrency limits and typed errors

Choose a tag to compare

@nyvexis1 nyvexis1 released this 01 Aug 20:17
· 2 commits to main since this release
a29844a

What’s new

  • concurrencyLimit caps simultaneous async work and drains excess calls in FIFO order.
  • TemporizeAbortError provides consistent, inspectable cancellation errors and preserves AbortSignal reasons.
  • TemporizeTimeoutError reports exhausted retries with attempt count and original cause.
  • Complete VS Code-friendly JSDoc across core, React, and Vue exports.
  • Node 18/20/22 CI, ESLint, Prettier, and automated per-export gzip budgets.

Install

npm install @alsoftworks/temporize

Every core export remains below 1 kB minified and gzipped. The package has zero runtime dependencies and ships ESM, CommonJS, React, and Vue entry points.

See the changelog and README for details.