@choiceform/os-client-core 3.7.8 → 3.7.10
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 +12 -0
- package/dist/core.js +1 -1
- package/dist/web-core.js +1 -1
- package/package.json +1 -1
package/changelog.md
CHANGED
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.7.10 - 2026-1-6
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- var-bool 变量值取 text 时,不能返回返回空字符串,要返回 "true" 或 "false"
|
|
30
|
+
|
|
31
|
+
## 3.7.9 - 2025-12-29
|
|
32
|
+
|
|
33
|
+
### Fixed
|
|
34
|
+
|
|
35
|
+
- 修复 var-bool 变量值取 text 时返回 true 布尔值的问题
|
|
36
|
+
|
|
25
37
|
## 3.7.8 - 2025-9-27
|
|
26
38
|
|
|
27
39
|
### Fixed
|