We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8018be1 commit 881a750Copy full SHA for 881a750
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.16.0](https://github.com/react-hookz/web/compare/v1.15.0...v1.16.0) (2021-05-06)
2
+
3
4
+### Features
5
6
+* new hook `useDebounceCallback` ([#40](https://github.com/react-hookz/web/issues/40)) ([8018be1](https://github.com/react-hookz/web/commit/8018be1acbcdaef69f283444c7f6b38249734c65))
7
8
# [1.15.0](https://github.com/react-hookz/web/compare/v1.14.0...v1.15.0) (2021-05-06)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/web",
- "version": "1.15.0",
+ "version": "1.16.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
0 commit comments