v2.0.0
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