Skip to content

Releases: sindresorhus/debounce

v2.0.0

15 Nov 18:56
Compare
Choose a tag to compare

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

25 Jul 19:54
Compare
Choose a tag to compare

Features:

  • #10 - Add ability to clear timer.
    Internal:
  • #6 - Small cleanup