@kyfe/ks-query-table 0.1.19 → 0.1.21
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 +9 -0
- package/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -4,6 +4,15 @@
|
|
|
4
4
|
|
|
5
5
|
## Release Log
|
|
6
6
|
|
|
7
|
+
### v0.1.21
|
|
8
|
+
|
|
9
|
+
- 调整 updateTableData 的数据唯一键 idsKey 的默认值为 'id'(原本是 'code')
|
|
10
|
+
- 调整字段解密的数据唯一键为 bizIdKey || idsKey
|
|
11
|
+
|
|
12
|
+
### v0.1.20
|
|
13
|
+
|
|
14
|
+
- 完善解密事件 decrypt 的透出参数,添加 isFixRow、decryptData
|
|
15
|
+
|
|
7
16
|
### v0.1.19
|
|
8
17
|
|
|
9
18
|
- 修复解密后,调用 updateTableData 会重新变成加密字段的问题
|