Skip to content

Releases: sindresorhus/debounce

v3.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 02 Nov 18:38

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

Choose a tag to compare

@sindresorhus sindresorhus released this 14 Oct 16:38
  • Add .isPending property to the debounced function (#44) 1151e14

v2.1.1...v2.2.0

v2.1.1

Choose a tag to compare

@sindresorhus sindresorhus released this 09 Sep 16:01

v2.1.0...v2.1.1

v2.1.0

Choose a tag to compare

@sindresorhus sindresorhus released this 25 May 10:42

v2.0.0...v2.1.0

v2.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 15 Nov 18:56

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

Choose a tag to compare

@vendethiel vendethiel released this 25 Jul 19:54

Features:

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