Skip to content

feat: add debounceSignal utility#25

Merged
dmytrodemchenko merged 1 commit intomainfrom
feature/debounce-signal
Apr 28, 2026
Merged

feat: add debounceSignal utility#25
dmytrodemchenko merged 1 commit intomainfrom
feature/debounce-signal

Conversation

@dmytrodemchenko
Copy link
Copy Markdown
Owner

  • New debounceSignal(source, ms) returns a read-only signal that mirrors the source with a configurable debounce delay
  • Interactive demo with search input, delay slider, and event timeline
  • 5 new tests covering delay, coalescing, timer reset, and bursts
  • Updated README and API reference table
  • Version bump to 3.1.0

- New debounceSignal(source, ms) returns a read-only signal that
  mirrors the source with a configurable debounce delay
- Interactive demo with search input, delay slider, and event timeline
- 5 new tests covering delay, coalescing, timer reset, and bursts
- Updated README and API reference table
- Version bump to 3.1.0
Copy link
Copy Markdown
Owner Author

@dmytrodemchenko dmytrodemchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

@dmytrodemchenko dmytrodemchenko merged commit 8a5ad31 into main Apr 28, 2026
2 checks passed
@dmytrodemchenko dmytrodemchenko deleted the feature/debounce-signal branch April 28, 2026 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant