TapBootstrap-Unity/CHANGELOG.md

98 lines
1.5 KiB
Markdown
Raw Normal View History

2021-04-12 11:24:42 +08:00
# ChangeLog
## 2.1.7
### Dependencies
- TapTap.Common v2.1.7
2021-07-01 15:52:40 +08:00
## 2.1.6
### Dependencies
- TapTap.Common v2.1.6
2021-06-22 16:51:33 +08:00
## 2.1.5
### Dependencies
- TapTap.Common v2.1.5
2021-06-10 11:12:59 +08:00
## 2.1.4
### Optimization and fixed bugs
- 优化多语言相关
### Dependencies
- TapTap.Common v2.1.4
2021-05-28 11:28:03 +08:00
## 2.1.3
### Feature
* 新增繁中、日文、韩文、泰文和印尼语多语言配置
2021-05-14 19:21:12 +08:00
## 2.1.2
### BreakingChange
* 废弃 OpenUserCenter 接口
### Dependencies
* TapTap.Common v2.1.2
2021-05-10 17:18:07 +08:00
## 2.1.1
2021-04-12 11:24:42 +08:00
### Feature
* 新增篝火测试资格校验
```
TapBootstrap.GetTestQualification((bool, error)=>{ }):
```
* 通过 TapConfig 进行初始化配置
2021-07-01 15:52:40 +08:00
* 新增 TapDBConfig 用于 TapDB 初始化配置
* 新增 ClientSecret 用于 TapSDK 初始化
```c#
//建议使用以下 TapConfig 构造方法进行初始化
var config = new TapConfig.Builder()
.ClientID("client_id")
.ClientSecret("client_secret")
.RegionType(RegionType.CN)
2021-05-10 17:18:07 +08:00
.TapDBConfig(true, "gameChannel", "gameVersion", true)
.ConfigBuilder();
TapBootstrap.Init(config);
```
2021-07-01 15:52:40 +08:00
### Breaking changes
* LoginType 删除 Apple、Guest 登陆方式
* TDS-Info.plist 删除 Apple_SignIn_Enable 配置
* 废弃 Bind 接口
2021-05-11 14:12:59 +08:00
* TapConfig 构造方法参数修改
2021-04-12 11:24:42 +08:00
### Dependencies
2021-05-10 17:18:07 +08:00
* TapTap.Common v2.1.1
## 2.1.0
### Feature
* 支持性改动用于 TapTap.Friends
### Dependencies
2021-04-12 11:24:42 +08:00
* TapTap.Common v2.1.0
## 2.0.0
### Feature
* TapTap Bootstrap
### Dependencies
* TapTap.Common v2.0.0