Skip to content

Releases: bep/debounce

v1.2.1

15 May 14:34
@bep bep
9caf5cf
Compare
Choose a tag to compare
Test with GitHub actions

Simplify API and implementation

02 Feb 11:02
@bep bep
bf07a0f
Compare
Choose a tag to compare

This is mainly a fix for #1.

But with that, the API is slightly changed. New now simply returns only a function:

debounced := debounce.New(100 * time.Millisecond)