debounce-fn

Debounce a function

MIT License

Downloads
3.2M
Stars
124
Committers
8

Bot releases are hidden (Show)

debounce-fn - Latest Release

Published by sindresorhus 12 months ago

debounce-fn -

Published by sindresorhus over 2 years ago

debounce-fn -

Published by sindresorhus over 2 years ago

debounce-fn -

Published by sindresorhus almost 3 years ago

debounce-fn -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 (#13) e07dc3f
  • This package is now pure ESM (#13) e07dc3f

Improvements

https://github.com/sindresorhus/debounce-fn/compare/v4.0.0...v5.0.0

debounce-fn -

Published by sindresorhus over 4 years ago

Breaking

  • Require Node.js 10 f2f4ad8
  • Remove immediate option in favor of before and after options (#9) 689f847
    {immediate: true}{before: true, after: false}

https://github.com/sindresorhus/debounce-fn/compare/v3.0.1...v4.0.0

debounce-fn -

Published by sindresorhus over 5 years ago

  • TypeScript - Fix return type when immediate option is set, correctly export interfaces (#8) 50319f6

https://github.com/sindresorhus/debounce-fn/compare/v3.0.0...v3.0.1

debounce-fn -

Published by sindresorhus over 5 years ago

We skipped v2 version number as it was already used by the previous package name owner.

Breaking:

  • Require Node.js 8 (#6) fb49ec1

Enhancements:

  • Add TypeScript definition (#6) fb49ec1

https://github.com/sindresorhus/debounce-fn/compare/v1.0.0...v3.0.0