react-js-plugins 3.9.0 → 3.10.0
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 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
|
1
1
|
|
|
2
2
|
**react-js-plugins** package is a lightweight and powerful toolkit for developers, providing reusable solutions for various application requirements. react-js-plugins offers a comprehensive collection of utility functions designed to simplify common development tasks. Key functionalities include form validation, date formatting, array/object manipulation, and exporting data to Excel. Additional features include browser/device detection, storage management, reducers, performance optimization utilities, and string/number formatting tools.
|
|
3
3
|
|
|
4
|
+
## ⚠️ Deprecated Notice
|
|
4
5
|
|
|
5
|
-
|
|
6
|
+
**❌ Deprecated:** `createPublicInstance and createPrivateInstance` (above version 3)
|
|
7
|
+
**✔️ New Method:** `createAxiosInstance`
|
|
8
|
+
|
|
9
|
+
<!-- **Note: This lightweight and type-safe package is written in TypeScript and offers full support for all utilities across all modern browsers.** -->
|
|
6
10
|
|
|
7
11
|
### **Installation**
|
|
8
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-js-plugins",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.10.0",
|
|
4
4
|
"description": "A powerful and efficient React utility library designed to enhance application performance by streamlining and simplifying the management of complex asynchronous operations.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.js",
|