@perch33/react-usefilter-hook 1.0.1 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,6 +3,11 @@
|
|
|
3
3
|
A lightweight and reusable React hook for filtering lists with accent normalization, punctuation removal, and TypeScript support.
|
|
4
4
|
Ideal for search bars, dynamic lists, admin dashboards, e-commerce filters, etc.
|
|
5
5
|
|
|
6
|
+

|
|
7
|
+

|
|
8
|
+

|
|
9
|
+

|
|
10
|
+
|
|
6
11
|
---
|
|
7
12
|
|
|
8
13
|
## 🔥 Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@perch33/react-usefilter-hook",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A lightweight and reusable React hook for filtering lists with accent normalization, punctuation removal and TypeScript support.",
|
|
5
5
|
"main": "dist/cjs/index.min.js",
|
|
6
6
|
"module": "dist/esm/index.min.js",
|