Skip to content

Releases: niksy/throttle-debounce

v5.0.0

02 May 08:16
Compare
Choose a tag to compare

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)

v4.0.1

15 Apr 06:34
Compare
Choose a tag to compare

Fixed

  • Throttle invocation with
    { noLeading: true, noTrailing: true }(#55)

Added

  • Support for running non-BrowserStack tests (headless browsers tests) in CI

v4.0.0

11 Apr 07:48
Compare
Choose a tag to compare

Changed

  • Breaking: Updated browser support, check
    Browserslist configuration
  • Breaking: All additional options such as noLeading, noTrailing and
    debounceMode are now part of options object instead of function arguments
  • Upgrade package

v3.0.1

02 Nov 11:14
Compare
Choose a tag to compare

Fixed

  • Accessing package.json being restricted since it’s no longer exported
    (#43)

v3.0.0

28 Oct 19:34
Compare
Choose a tag to compare

Changed

  • Avoid having bundles like Webpack load the UMD module
    (#42)
  • Upgrade package

Removed

  • Breaking: Drop Node 8 support, package is no longer tested against it,
    but it should still work since there are no code changes