Releases: niksy/throttle-debounce
Releases · niksy/throttle-debounce
v5.0.2
Fixed
- Pin karma-webpack to specific version to prevent errors in Node 12
v5.0.1
Changed
- License to single license (MIT)
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)
v4.0.1
Fixed
- Throttle invocation with
{ noLeading: true, noTrailing: true }
(#55)
Added
- Support for running non-BrowserStack tests (headless browsers tests) in CI
v4.0.0
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
Fixed
- Accessing
package.json
being restricted since it’s no longer exported
(#43)
v3.0.0
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