Skip to content

Commit

Permalink
Release 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyonggen committed May 11, 2024
1 parent bc12e89 commit a2929f5
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
## 0.14.2 (2024-5-11)
1. 优化
- 恢复了 百度、抖音、支付宝、淘宝、小红书、飞书 在 0.14.1 版本中去除的 identify 的缓存机制。(如果延迟 identify 会导致报错)

## 0.14.1 (2024-5-7)
1. 优化
- 百度、抖音、支付宝、淘宝、小红书、飞书 修改了 ID3 匿名 ID 内外层一致问题
- 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增了 getIdentities 、getPresetProperties、getAnonymousID(以前部分支持)
- 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增了 resetAnonymousIdentity (以前都没有)
- 百度、抖音、支付宝、淘宝、小红书、飞书 统一新增 / 修改 identify (以前部分小程序没做,如淘宝)
- 去除了 identify 的缓存机制,

## 0.13.5 (2024-2-26)
1. 优化
Expand Down
2 changes: 1 addition & 1 deletion dist/mp-alipay/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-alipay/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-baidu/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-baidu/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-bytedance/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-bytedance/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-feishu/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-feishu/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-taobao/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-taobao/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-xiaohongshu/index.cjs.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/mp-xiaohongshu/index.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sa-sdk-mini",
"version": "0.14.1",
"version": "0.14.2",
"description": "神策小游戏 SDK",
"main": "/build/",
"scripts": {
Expand Down

0 comments on commit a2929f5

Please sign in to comment.