amis-rpc-design/node_modules/throttle-debounce/CHANGELOG.md
2023-10-07 19:42:30 +08:00

2.4 KiB
Raw Blame History

Changelog

Unreleased

5.0.0 - 2022-05-02

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)

4.0.1 - 2022-04-15

Fixed

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

Added

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

4.0.0 - 2022-04-11

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

3.0.1 - 2020-11-02

Fixed

  • Accessing package.json being restricted since its no longer exported (#43)

3.0.0 - 2020-10-28

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

2.3.0 - 2020-08-12

Added

  • Support for UMD package (#41)

2.2.1 - 2020-06-08

Changed

  • Upgrade package
  • Add Browserstack testing
  • Add more detailed usage example to README (#36)
  • Use ES2015+ features