Releases: react-cmpt/use-throttle
Releases · react-cmpt/use-throttle
0.3.3
0.3.2
0.3.1
0.3.0
Features
- useThrottle:
customizer
option and returns (442b42f)- type: add
ThrottleOptions
; - options:
customizer
(The function to customize comparisons); - returns: value -> object. (
[T, ControlFunctions]
).
- type: add
- useThrottleFn: split returns and rename options type (c0938da)
- type:
ThrottleOptions
->ThrottleFnOptions
; - type:
ThrottleReturnResult
->ControlFunctions
+ThrottleReturnResult
.
- type: