Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@niksy niksy released this 02 May 08:16
· 1 commit to master since this release

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)