react-js-plugins 3.12.0 → 3.13.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 +0 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -455,18 +455,6 @@ _setNestedProperty(obj, 'user.address.city', 'Mumbai');
|
|
|
455
455
|
|
|
456
456
|
---
|
|
457
457
|
|
|
458
|
-
### ✅ **_dynamicRequiredValidation**
|
|
459
|
-
Generates a Yup schema with required validations for given fields.
|
|
460
|
-
```ts
|
|
461
|
-
const schema = _dynamicRequiredValidation(['name', 'email']);
|
|
462
|
-
```
|
|
463
|
-
|
|
464
|
-
### ✅ **_generateYupValidation**
|
|
465
|
-
Creates a Yup validation schema with all fields marked as required.
|
|
466
|
-
```ts
|
|
467
|
-
const schema = _generateYupValidation(['name', 'age']);
|
|
468
|
-
```
|
|
469
|
-
|
|
470
458
|
### ✅ **_initializeFormikFields**
|
|
471
459
|
Returns an object with default empty string values for Formik fields.
|
|
472
460
|
```ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-js-plugins",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.13.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",
|