@golemui/gui-validators 1.1.1-rc.0 → 1.1.1-rc.1
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/CHANGELOG.md +11 -0
- package/package.json +5 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
## 1.1.1-rc.0 (2026-08-01)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- **gui-validators:** fail loudly on unknown custom rules and string formats ([024b41db](https://github.com/golemui/golemui/commit/024b41db))
|
|
6
|
+
- **gui-validators:** make initValidators fail loudly on unknown configs ([#237](https://github.com/golemui/golemui/pull/237))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Mud Scientist @mudscientist
|
|
11
|
+
|
|
1
12
|
## 1.1.0 (2026-07-21)
|
|
2
13
|
|
|
3
14
|
### 🚀 Features
|
package/package.json
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@golemui/gui-validators",
|
|
3
|
-
"version": "1.1.1-rc.
|
|
3
|
+
"version": "1.1.1-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
|
+
"publishConfig": {
|
|
6
|
+
"access": "public"
|
|
7
|
+
},
|
|
5
8
|
"type": "module",
|
|
6
9
|
"main": "./index.umd.cjs",
|
|
7
10
|
"module": "./index.js",
|
|
@@ -23,7 +26,7 @@
|
|
|
23
26
|
"peerDependencies": {
|
|
24
27
|
"zod": "^4.0.0",
|
|
25
28
|
"@standard-schema/spec": "^1.0.0",
|
|
26
|
-
"@golemui/core": "1.1.1-rc.
|
|
29
|
+
"@golemui/core": "1.1.1-rc.1"
|
|
27
30
|
},
|
|
28
31
|
"repository": {
|
|
29
32
|
"type": "git",
|