8 Commits

Author SHA1 Message Date
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
b1725cbdf9 fix(task): Implement core Task execution flow, buffering and lifecycle; update README with generics and buffer docs 2025-08-26 20:42:52 +00:00
dc47bc3d2a fix(tests): Update CI workflows, fix tests and refresh README/package metadata 2025-08-26 20:16:47 +00:00
67f01417b6 fix(tests): Update test runner and imports, refresh README and package metadata, add project tooling/config files 2025-08-26 20:15:46 +00:00