miniprogram-api-typings
Advanced tools
Comparing version 2.8.2 to 2.8.3
@@ -0,1 +1,7 @@ | ||
## 2019-09-19 v2.8.3 | ||
- 同步 API 定义到基础库 2.8.3 | ||
- `getApp` 支持范型(#77) | ||
- 修正一些接口错误(#73, #75, #79) | ||
- 补齐 `require`, `exports`, `module.exports` 定义,以支持在没有 `@types/node` 下编译 | ||
## 2019-09-10 v2.8.2 | ||
@@ -2,0 +8,0 @@ - 同步 API 定义到基础库 2.8.2 |
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "2.8.2", | ||
"version": "2.8.3", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./index.d.ts", |
@@ -243,3 +243,3 @@ /*! ***************************************************************************** | ||
interface GetApp { | ||
(opts?: GetAppOption): TrivialInstance | ||
<T = IAnyObject>(opts?: GetAppOption): Instance<T> | ||
} | ||
@@ -246,0 +246,0 @@ } |
@@ -125,3 +125,5 @@ /*! ***************************************************************************** | ||
D | ||
> | ||
> & { | ||
getOpenerEventChannel(): EventChannel, | ||
} | ||
@@ -128,0 +130,0 @@ interface Data<D extends DataOption> { |
@@ -5,2 +5,3 @@ ## 所有可用版本 | ||
-|-|- | ||
[v2.8.3](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-3-2019-09-17) | [2.8.3](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.3) | `npm install miniprogram-api-typings@2.8.3` | ||
[v2.8.2](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-2-2019-08-30) | [2.8.2](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.2) | `npm install miniprogram-api-typings@2.8.2` | ||
@@ -7,0 +8,0 @@ [v2.8.1](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-8-1-2019-08-22) | [2.8.1](https://www.npmjs.com/package/miniprogram-api-typings/v/2.8.1) | `npm install miniprogram-api-typings@2.8.1` |
Sorry, the diff of this file is too big to display
720011
16538