0.8.0 (2023-03-04)
- useEllipsis: hidden overflow content and get overflow status (#6)
- useSupportSafeArea: check safe-area-inset env (e1b499e)
- useDebouncedClick: keep return type (callback) (672c148)
0.7.1 (2021-11-12)
- useDeepCompareCache: use fast-deep-equal/react (85fb74e)
0.7.0 (2021-11-03)
- useDebounce: version -> v7 (988c7d1)
0.6.2 (2021-09-23)
- Build(tsconfig): jsx mode
react-jsx
->react
for react 16. (6fff906)
0.6.1 (2021-09-23)
- useInterval: autorun options (a1209bf)
0.6.0 (2021-09-14)
- useInterval: Update unmount cycle. And remove default delay value (851f5c9)
- useLoadImg: empty options (5c8c939)
- useUpdate: new hook. Re-render components (b5a9c7f)
- useAsyncClick: Callbacks do not return errors (ec0015e, c7b1585)
0.5.0 (2021-04-13)
- type: parse error (eb7fa7f)
- useThrottle: version -> 0.3.2 (4ebd32c)
0.4.2 (2021-01-30)
- equal: lodash.isequal -> fast-deep-equal (cd18b32)
0.4.1 (2021-01-20)
- useLoadImg: JSX.Element -> ImgElement (imgNode type) (3c41ff0)
0.4.0 (2020-08-15)
- useInterval (Handle the setInterval timer function) (310423b)
0.3.1 (2020-07-21)
- deps: upgrade debounce and throttle (324b181)
0.3.0 (2020-06-25)
- useAsyncClick: abort when component unmounted (b4c15ad)
- useMountedState (9415f65)
0.2.2 (2020-06-17)
- useLoadImg useCallback deps use useDeepCompareCache (825c751)
- useLoadImg export EImgState type (825c751)
0.2.1 (2020-06-02)
- useThrottleFn: callPending repeatedly (7acaaef)
0.2.0 (2020-04-27)
0.2.0-alpha (2020-04-14)
- useAsyncClick: with multiple parameters (63f0f60)
- useThrottle/useThrottleFn (2be9411)
- useUnmount (013e46d)
- useUpdateEffect (16775cc)
0.1.0 (2020-03-19)
- useLoadImg (b576561)