HEX
Server: nginx/1.18.0
System: Linux test-ipsremont 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
User: ips (1000)
PHP: 8.0.30
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/design.system/node_modules/throttle-debounce/CHANGELOG.md
# Changelog

## [Unreleased][]

## [5.0.2][] - 2024-06-24

### Fixed

-   Pin karma-webpack to specific version to prevent errors in Node 12

## [5.0.1][] - 2024-06-24

### Changed

-   License to single license (MIT)

## [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](https://github.com/niksy/throttle-debounce/pull/44))

## [4.0.1][] - 2022-04-15

### Fixed

-   Throttle invocation with
    `{ noLeading: true, noTrailing: true }`([#55](https://github.com/niksy/throttle-debounce/pull/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](https://browserslist.dev/?q=bGFzdCAzIG1ham9yIHZlcnNpb25zLCBzaW5jZSAyMDE5LCBlZGdlID49IDE1LCBub3QgaWUgPiAw)
-   **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 it’s no longer exported
    ([#43](https://github.com/niksy/throttle-debounce/pull/43))

## [3.0.0][] - 2020-10-28

### Changed

-   Avoid having bundles like Webpack load the UMD module
    ([#42](https://github.com/niksy/throttle-debounce/pull/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](https://github.com/niksy/throttle-debounce/pull/41))

## [2.2.1][] - 2020-06-08

### Changed

-   Upgrade package
-   Add Browserstack testing
-   Add more detailed usage example to README
    ([#36](https://github.com/niksy/throttle-debounce/pull/36))
-   Use ES2015+ features

[2.2.1]: https://github.com/niksy/throttle-debounce/tree/v2.2.1
[2.3.0]: https://github.com/niksy/throttle-debounce/tree/v2.3.0
[3.0.0]: https://github.com/niksy/throttle-debounce/tree/v3.0.0
[3.0.1]: https://github.com/niksy/throttle-debounce/tree/v3.0.1
[4.0.0]: https://github.com/niksy/throttle-debounce/tree/v4.0.0
[4.0.1]: https://github.com/niksy/throttle-debounce/tree/v4.0.1
[5.0.0]: https://github.com/niksy/throttle-debounce/tree/v5.0.0
[Unreleased]: https://github.com/niksy/throttle-debounce/compare/v5.0.2...HEAD
[5.0.2]: https://github.com/niksy/throttle-debounce/compare/v5.0.1...v5.0.2
[5.0.1]: https://github.com/niksy/throttle-debounce/tree/v5.0.1