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: