@regle/rules 0.4.8 â 0.5.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 +21 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -11,4 +11,24 @@ It's heavily inspired by Vuelidate.
|
|
|
11
11
|
|
|
12
12
|
# ð Documentation
|
|
13
13
|
|
|
14
|
-
[](https://regle.vercel.app/)
|
|
14
|
+
[](https://regle.vercel.app/)
|
|
15
|
+
|
|
16
|
+
## ð Documentation
|
|
17
|
+
|
|
18
|
+
[](https://regle.vercel.app/)
|
|
19
|
+
|
|
20
|
+
## ðŪ Play with it
|
|
21
|
+
|
|
22
|
+
| Simple demo | Advanced Demo |
|
|
23
|
+
| ------------- | ------------- |
|
|
24
|
+
| [](https://stackblitz.com/~/github.com/victorgarciaesgi/regle-examples/tree/main/examples/simple-example?file=examples/simple-example/src/App.vue&configPath=examples/simple-example) | [](https://stackblitz.com/~/github.com/victorgarciaesgi/regle-examples/tree/main/examples/advanced-example?file=examples/advanced-example/src/App.vue&configPath=examples/advanced-example) |
|
|
25
|
+
|
|
26
|
+
## ð§° Features
|
|
27
|
+
- â
Typescript first
|
|
28
|
+
- ðĪ 100% type inference
|
|
29
|
+
- ð Model based validation
|
|
30
|
+
- ðŠ Extensible
|
|
31
|
+
- ðĶļââïļ [Zod](https://zod.dev/) support
|
|
32
|
+
- ðĪ [Valibot](https://valibot.dev/) support
|
|
33
|
+
- ðŠķ Light(~7kb gzip) and 0 dependencies
|
|
34
|
+
- ð Collection validation
|
package/package.json
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@regle/rules",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
4
4
|
"description": "Collection of rules and helpers for Regle",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@regle/core": "0.
|
|
6
|
+
"@regle/core": "0.5.0"
|
|
7
7
|
},
|
|
8
8
|
"devDependencies": {
|
|
9
|
-
"@typescript-eslint/eslint-plugin": "8.18.
|
|
10
|
-
"@typescript-eslint/parser": "8.18.
|
|
9
|
+
"@typescript-eslint/eslint-plugin": "8.18.1",
|
|
10
|
+
"@typescript-eslint/parser": "8.18.1",
|
|
11
11
|
"@vue/reactivity": "3.5.13",
|
|
12
12
|
"@vue/test-utils": "2.4.6",
|
|
13
|
-
"bumpp": "9.9.
|
|
13
|
+
"bumpp": "9.9.2",
|
|
14
14
|
"changelogithub": "0.13.11",
|
|
15
15
|
"cross-env": "7.0.3",
|
|
16
16
|
"eslint": "9.15.0",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"eslint-plugin-vue": "9.31.0",
|
|
19
19
|
"prettier": "3.3.3",
|
|
20
20
|
"tsup": "8.3.5",
|
|
21
|
-
"type-fest": "4.30.
|
|
21
|
+
"type-fest": "4.30.2",
|
|
22
22
|
"typescript": "5.6.3",
|
|
23
23
|
"vitest": "2.1.8",
|
|
24
24
|
"vue": "3.5.13",
|