1 | # 0.1.5
|
2 |
|
3 | * **主要变更**
|
4 |
|
5 | - [+] 增加 `my.createInnerAudioContext()`、`my.getLaunchOptionsSync()`、`my.createLottieContext()` 类型声明。
|
6 |
|
7 | # 0.1.4
|
8 |
|
9 | * **主要变更**
|
10 |
|
11 | - [+] 增加 `my.getExtConfigSync()`、`my.getAppIdSync()`、`my.getUpdateManager()`、`my.showSharePanel()` 类型声明。
|
12 |
|
13 | * **Refactor**
|
14 |
|
15 | - 将 `getApp` 返回的 `{ globalData: any; }` 重构成 `tinyapp.IGetAppResult`。
|
16 |
|
17 | * **Bug Fix**
|
18 |
|
19 | - 修复 animation 类型。
|
20 |
|
21 | # 0.1.3
|
22 |
|
23 | * **Bug Fix**
|
24 | - 修复 `IPreviewImageOptions` 的 `current` 属性为 `number` 类型;
|
25 | - 修复 `pageInstance.$spliceData` 和 `componentInstance.$spliceData` 没有回调函数的问题。
|
26 |
|
27 | # 0.0.2
|
28 |
|
29 | `2019-06-10`
|
30 |
|
31 | * **Bug Fix**
|
32 | - 将 destructiveBtnIndex 参数设为可选;
|
33 | - 删掉没有使用到且与新版 TypeScript 底层库冲突的 Omit 类型。
|