use-debouncy
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -0,1 +1,8 @@ | ||
# [1.5.0](https://github.com/egorAva/use-debouncy/compare/v1.4.0...v1.5.0) (2020-06-23) | ||
### Features | ||
* add codesandbox link ([8c8e569](https://github.com/egorAva/use-debouncy/commit/8c8e569aae0ece784a8758b8f1917fb28f270f2e)) | ||
# [1.4.0](https://github.com/egorAva/use-debouncy/compare/v1.3.0...v1.4.0) (2020-06-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "use-debouncy", | ||
"version": "1.4.0", | ||
"version": "1.5.0", | ||
"author": "Egor Avakumov", | ||
@@ -56,3 +56,3 @@ "description": "React effect hook for debounce", | ||
"husky": "4.2.5", | ||
"jest": "26.0.1", | ||
"jest": "26.1.0", | ||
"prettier": "2.0.5", | ||
@@ -59,0 +59,0 @@ "pretty-quick": "2.0.1", |
@@ -5,4 +5,2 @@ # useDebouncy | ||
![status](https://badgen.net/github/status/egorAva/use-debouncy/master) | ||
![minzip](https://badgen.net/bundlephobia/minzip/use-debouncy) | ||
![license](https://badgen.net/npm/license/use-debouncy) | ||
@@ -15,3 +13,3 @@ ![dependents](https://badgen.net/npm/dependents/use-debouncy) | ||
- 👌 **No dependencies.** | ||
- 🏋️♀️ **Small.** <200 bytes. | ||
- 🏋️♀️ **Small.** <200 bytes. [Size Limit](https://github.com/ai/size-limit) controls the size. | ||
- 📖 **Types.** Support typescript. | ||
@@ -50,1 +48,3 @@ - 🎣 **Easy.** Like useEffect hook. | ||
``` | ||
### Try in [codesandbox](https://codesandbox.io/s/example-use-debouncy-ynfuq?expanddevtools=1&fontsize=14&theme=dark) |
11746