@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.
Files changed (2) hide show
  1. package/README.md +21 -1
  2. 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
- [![Documentation](https://raw.githubusercontent.com/victorgarciaesgi/regle/refs/heads/main/.github/images/redirectDoc.svg)](https://regle.vercel.app/)
14
+ [![Documentation](https://raw.githubusercontent.com/victorgarciaesgi/regle/refs/heads/main/.github/images/redirectDoc.svg)](https://regle.vercel.app/)
15
+
16
+ ## 📚 Documentation
17
+
18
+ [![Documentation](https://raw.githubusercontent.com/victorgarciaesgi/regle/refs/heads/main/.github/images/redirectDoc.svg)](https://regle.vercel.app/)
19
+
20
+ ## ðŸŽŪ Play with it
21
+
22
+ | Simple demo | Advanced Demo |
23
+ | ------------- | ------------- |
24
+ | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/~/github.com/victorgarciaesgi/regle-examples/tree/main/examples/simple-example?file=examples/simple-example/src/App.vue&configPath=examples/simple-example) | [![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](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.4.8",
3
+ "version": "0.5.0",
4
4
  "description": "Collection of rules and helpers for Regle",
5
5
  "dependencies": {
6
- "@regle/core": "0.4.8"
6
+ "@regle/core": "0.5.0"
7
7
  },
8
8
  "devDependencies": {
9
- "@typescript-eslint/eslint-plugin": "8.18.0",
10
- "@typescript-eslint/parser": "8.18.0",
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.0",
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.0",
21
+ "type-fest": "4.30.2",
22
22
  "typescript": "5.6.3",
23
23
  "vitest": "2.1.8",
24
24
  "vue": "3.5.13",