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 3a05a75 commit 25f6ea9Copy full SHA for 25f6ea9
โCHANGELOG.mdโ
@@ -1,3 +1,16 @@
1
+# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29)
2
+
3
4
+### Features
5
6
+* ๐ธ add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7))
7
+* ๐ธ improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b))
8
9
10
+### BREAKING CHANGES
11
12
+* useCounter interface changed
13
14
# [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29)
15
16
โpackage.jsonโ
@@ -1,6 +1,6 @@
{
"name": "react-use",
- "version": "3.1.0",
+ "version": "4.0.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [
0 commit comments