Skip to content

v0.9.0

Compare
Choose a tag to compare
@jeffbski jeffbski released this 23 Aug 21:01
· 318 commits to master since this release

Allow debounce, throttle, and latest to be used in combination. Original code would throw an error if debounce or throttle was used in conjunction with latest in logic, but now this is allowed.

Also I have reversed the order in which debounce and throttle are applied, first debouncing is applied, then throttling which I believe aligns best with most use cases.