Skip to content

v2.0.0

Compare
Choose a tag to compare
@keithamus keithamus released this 23 Feb 15:21
· 32 commits to main since this release

This release migrates the codebase to TypeScript, dropping Babel in the process.

The throttle and debounce functions can now pass a receiver (or "this") as an argument.

This also adds new TypeScript decorator support, decorators can be used by importing @github/mini-throttle/decorators