use-custom-compare

It's React's useEffect/useMemo/useCallback hooks, except using custom comparison on the inputs, not reference equality

MIT License

Downloads
52.1K
Stars
84
Committers
4

Bot releases are visible (Hide)

use-custom-compare - v1.4.0 Latest Release

Published by github-actions[bot] over 1 year ago

1.4.0 (2023-06-06)

Features

  • memoize: improve comparison of previous dependencies when comparing with current dependencies (#745) (d98903a)
use-custom-compare - v1.3.0

Published by github-actions[bot] almost 2 years ago

1.3.0 (2022-11-21)

Features

use-custom-compare - v1.2.0

Published by github-actions[bot] about 3 years ago

1.2.0 (2021-08-30)

Features

  • layoutEffect: add useCustomCompareLayoutEffect (#571) (72afdf8)
use-custom-compare - v1.1.1

Published by github-actions[bot] over 3 years ago

1.1.1 (2021-03-12)

Bug Fixes

  • improve deps type to support readonly array (#459) (2957665)
use-custom-compare - v1.1.0

Published by github-actions[bot] almost 4 years ago

1.1.0 (2021-01-11)

Features

use-custom-compare - v1.0.13

Published by github-actions[bot] almost 4 years ago

1.0.13 (2021-01-11)

Bug Fixes

  • change from throw error to output console (#380) (77cd1e2)
use-custom-compare - v1.0.12

Published by github-actions[bot] almost 4 years ago

1.0.12 (2020-12-30)

Bug Fixes

  • deps: [security] bump ini from 1.3.5 to 1.3.8 (26baaf9)
use-custom-compare - v1.0.11

Published by github-actions[bot] almost 4 years ago

1.0.11 (2020-12-10)

Bug Fixes

  • deps: [security] bump ini from 1.3.5 to 1.3.7 (7cf42b7)
use-custom-compare - v1.0.10

Published by github-actions[bot] almost 4 years ago

1.0.10 (2020-11-20)

Bug Fixes

  • deps: [security] bump npm-user-validate from 1.0.0 to 1.0.1 (e378600)
use-custom-compare - v1.0.9

Published by github-actions[bot] almost 4 years ago

1.0.9 (2020-11-17)

Bug Fixes

  • deps: [security] bump npm-user-validate from 1.0.0 to 1.0.1 (187e9f7)
use-custom-compare - v1.0.8

Published by github-actions[bot] almost 4 years ago

1.0.8 (2020-10-30)

Bug Fixes

  • deps: [security] bump npm-user-validate from 1.0.0 to 1.0.1 (1a7f917)
use-custom-compare - v1.0.7

Published by github-actions[bot] about 4 years ago

1.0.7 (2020-10-17)

Bug Fixes

  • deps: [security] bump npm-user-validate from 1.0.0 to 1.0.1 (5b683a4)
use-custom-compare - v1.0.6

Published by github-actions[bot] about 4 years ago

1.0.6 (2020-09-11)

Bug Fixes

  • deps: [security] bump node-fetch from 2.6.0 to 2.6.1 (ae4afe5)
use-custom-compare - v1.0.5

Published by github-actions[bot] about 4 years ago

1.0.5 (2020-08-29)

Bug Fixes

  • deps: [security] bump lodash from 4.17.15 to 4.17.20 (399730e)
use-custom-compare - v1.0.4

Published by github-actions[bot] over 4 years ago

1.0.4 (2020-07-07)

Bug Fixes

  • deps: [security] bump npm from 6.14.5 to 6.14.6 (2528bbb)
use-custom-compare - v1.0.3

Published by github-actions[bot] over 4 years ago

1.0.3 (2020-07-07)

Bug Fixes

  • deps: [security] bump npm-registry-fetch from 4.0.4 to 4.0.5 (e32f651)
use-custom-compare - v1.0.2

Published by github-actions[bot] over 4 years ago

1.0.2 (2020-06-29)

Bug Fixes

use-custom-compare - v1.0.1

Published by github-actions[bot] over 4 years ago

1.0.1 (2020-03-13)

Bug Fixes

  • deps: [security] bump acorn from 6.4.0 to 6.4.1 (204a694)
use-custom-compare - v1.0.0

Published by github-actions[bot] over 4 years ago

1.0.0 (2020-03-04)

Bug Fixes

  • changed to throw error from output console (#4) (871c7af)

Features