-
released this
2026-02-18 19:22:40 +00:00 | 27 commits to main since this releaseFeatures
- Add computed signals: read-only signals derived from other signals, recomputed automatically at sync time. Supports
String(),Int(),Bool(), andText()methods.
Downloads
- Add computed signals: read-only signals derived from other signals, recomputed automatically at sync time. Supports
-
released this
2026-02-18 18:45:03 +00:00 | 28 commits to main since this releaseFeatures
- WithDebounce / WithThrottle action trigger options — new composable modifiers for event triggers.
OnChangeno longer hardcodes a 200ms debounce; callers opt in explicitly viaWithDebounce(d). /releaseclaude command for automated release workflow.
Fixes
- Embedded NATS is now opt-in —
New()no longer starts a NATS server. NATS launches automatically onStart()only if no PubSub backend has been configured.WaitForServer()now has a 10s timeout, preventing test hangs in CI/containers. NATS tests skip gracefully when unavailable.
Downloads
- WithDebounce / WithThrottle action trigger options — new composable modifiers for event triggers.