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 b77f6bb commit c8f3198Copy full SHA for c8f3198
CHANGELOG.md
@@ -1,3 +1,15 @@
1
+# [5.9.0](https://github.com/streamich/react-use/compare/v5.8.1...v5.9.0) (2019-03-21)
2
+
3
4
+### Features
5
6
+* add useAsyncRetry hook ([576cf42](https://github.com/streamich/react-use/commit/576cf42))
7
8
9
+### Performance Improvements
10
11
+* remove asyn/await wrapper ([8e3de1c](https://github.com/streamich/react-use/commit/8e3de1c))
12
13
## [5.8.1](https://github.com/streamich/react-use/compare/v5.8.0...v5.8.1) (2019-03-20)
14
15
package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
- "version": "5.8.1",
+ "version": "5.9.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
0 commit comments