Commit Graph

10 Commits

Author SHA1 Message Date
b2c0553e30 fix(tests): add and tighten constraint-related tests covering return values, error propagation, concurrency, cooldown timing, and constraint removal 2026-02-15 12:36:57 +00:00
d3e8ff1a11 BREAKING CHANGE(taskbuffer): Introduce constraint-based concurrency with TaskConstraintGroup and TaskManager integration; remove legacy TaskRunner and several Task APIs (breaking); add typed Task.data and update exports and tests. 2026-02-15 12:20:01 +00:00
28d9ad1746 fix(deps): bump @push.rocks/smartlog and @types/node; update dependency list version and license link in docs 2026-02-15 10:50:30 +00:00
a0abcdda90 feat(ts_web): support TC39 accessor decorators for web components; bump dependencies and devDependencies; rename browser tests to .chromium.ts; move LICENSE to license.md and update readme 2026-01-29 15:13:34 +00:00
6110dd8e71 fix(ts_web): fix web dashboard typings and update generated commit info 2026-01-26 00:54:12 +00:00
6030fb2805 feat(task): add task labels and push-based task events 2026-01-26 00:39:30 +00:00
248383aab1 BREAKING CHANGE(taskbuffer): Change default Task error handling: trigger() now rejects when taskFunction throws; add catchErrors option (default false) to preserve previous swallow behavior; track errors (lastError, errorCount) and expose them in metadata; improve error propagation and logging across runners, chains, parallels and debounced tasks; add tests and documentation for new behavior. 2026-01-25 23:29:00 +00:00
72f75aa7de feat(core): Add debounced tasks and step-based progress tracking; upgrade deps and improve dashboard and scheduling 2025-12-04 08:47:52 +00:00
ed1e9a08b2 feat(taskbuffer-dashboard): Add TaskBuffer dashboard web component, demo and browser tests; add HTML entry and update dependencies 2025-09-07 08:51:47 +00:00
9784a5eacf feat(core): Add step-based progress tracking, task metadata and enhanced TaskManager scheduling/metadata APIs 2025-09-06 13:36:04 +00:00