Releases: sindresorhus/debounce
Releases · sindresorhus/debounce
v3.0.0
Compare
Sorry, something went wrong.
No results found
Breaking
Require Node.js 20 32bdae9
This package is now pure ESM. Please read this .
Removed named export. Only a default export now.
v2.2.0...v3.0.0
v2.2.0
Compare
Sorry, something went wrong.
No results found
Add .isPending property to the debounced function (#44 ) 1151e14
v2.1.1...v2.2.0
v2.1.1
Compare
Sorry, something went wrong.
No results found
v2.1.0
Compare
Sorry, something went wrong.
No results found
v2.0.0
Compare
Sorry, something went wrong.
No results found
Breaking
Require Node.js 18 and modern browsers 2872fb8
Removed support for component (now defunct project)
Improvements
Add TypeScript types 2872fb8
Protect against improper use in classes 95eef87
Fixes
1.2.1...v2.0.0
1.0.1
Compare
Sorry, something went wrong.
No results found
Features:
#10 - Add ability to clear timer.
Internal:
#6 - Small cleanup