v5.0.0
Changed
- Breaking: The optional argument
atBegin
of debounce is now a part of
options object instead of a function argument so that debounce API is
normalized with throttle API.
Added
- Option to cancel only upcoming invocation
(#44)
atBegin
of debounce is now a part of