@choiceform/os-client-core 3.6.22 → 3.6.24
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/index.d.ts +24 -0
- package/package.json +2 -2
package/changelog.md
CHANGED
|
@@ -22,6 +22,18 @@
|
|
|
22
22
|
|
|
23
23
|
### Removed
|
|
24
24
|
|
|
25
|
+
## 3.6.24 - 2022-12-6
|
|
26
|
+
|
|
27
|
+
### Added
|
|
28
|
+
|
|
29
|
+
- 后台请求的参数值增加 joinBy
|
|
30
|
+
|
|
31
|
+
## 3.6.23 - 2022-12-5
|
|
32
|
+
|
|
33
|
+
### Added
|
|
34
|
+
|
|
35
|
+
- 添加后台请求设置解析以及整合数据到后台
|
|
36
|
+
|
|
25
37
|
## 3.6.22 - 2022-11-18
|
|
26
38
|
|
|
27
39
|
- getResponseInfo retry and upload request errors
|