@react-hookz/web
Advanced tools
Comparing version 1.4.3 to 1.5.0
@@ -0,1 +1,8 @@ | ||
# [1.5.0](https://github.com/react-hookz/web/compare/v1.4.3...v1.5.0) (2021-04-21) | ||
### Features | ||
* make tests import hooks from the index ([3210650](https://github.com/react-hookz/web/commit/3210650220f6e685d91bb7921c725596199eec84)) | ||
## [1.4.3](https://github.com/react-hookz/web/compare/v1.4.2...v1.4.3) (2021-04-21) | ||
@@ -2,0 +9,0 @@ |
@@ -6,3 +6,4 @@ import { DependencyList, EffectCallback } from 'react'; | ||
* @param effect effector to run on updates | ||
* @param deps dependencies list, as for `useEffect` hook | ||
*/ | ||
export declare function useUpdateEffect(effect: EffectCallback, deps?: DependencyList): void; |
@@ -10,2 +10,3 @@ "use strict"; | ||
* @param effect effector to run on updates | ||
* @param deps dependencies list, as for `useEffect` hook | ||
*/ | ||
@@ -12,0 +13,0 @@ function useUpdateEffect(effect, deps) { |
{ | ||
"name": "@react-hookz/web", | ||
"version": "1.4.3", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
14874
111