p-debounce

Debounce promise-returning & async functions

MIT License

Downloads
452.1K
Stars
192
Committers
7

Bot releases are hidden (Show)

p-debounce - Latest Release

Published by sindresorhus over 3 years ago

Breaking

  • Rename leading option to before (#23) 84a463b

https://github.com/sindresorhus/p-debounce/compare/v3.0.2...v4.0.0

p-debounce -

Published by sindresorhus over 3 years ago

p-debounce -

Published by sindresorhus over 3 years ago

  • Fix regression with preserving this context (#16) cfed83c

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

p-debounce -

Published by sindresorhus over 3 years ago

Breaking

  • Require Node.js 12 (#13) 43e62cf
  • This package is now pure ESM. Please read this.

Improvements

  • Add .promise() method (#13) 43e62cf

https://github.com/sindresorhus/p-debounce/compare/v2.1.0...v3.0.0

p-debounce -

Published by sindresorhus over 5 years ago

  • Refactor TypeScript definition to CommonJS compatible export (#6) 8736973

https://github.com/sindresorhus/p-debounce/compare/v2.0.0...v2.1.0

p-debounce -

Published by sindresorhus over 5 years ago

Breaking:

  • Require Node.js 6

Enhancements:

  • Add TypeScript definition (#5) 126eb89

https://github.com/sindresorhus/p-debounce/compare/v1.0.0...v2.0.0