🚀 Features - untracked() function: Allows executing a function without tracking its dependencies, useful for isolating state access in effects and computed signals.
0.7.0
🚀 Features - **Add batching feature** to improve efficiency, allowing updating multiple signals while triggering effects only once - **Introduce `update` method** for `Signal` - **Implement lazy initialization** for `ComputeSignal` to defer computation until first access
0.6.0
🚀 Features - **Add circular dependency detection** to prevent unintended feedback loops - **Enhance debug logging** for better observability and issue tracking
0.5.0
✅ Tests - **Add comprehensive tests** for `Signal` and `Effect` behavior, including: - Async handling - Redundancy checks