miniprogram-api-typings
Advanced tools
Comparing version 2.10.4 to 2.11.0
@@ -0,1 +1,6 @@ | ||
## 2020-05-20 v2.11.0 | ||
- 同步 API 定义到基础库 2.11.0 | ||
- 该版本继续合并了一部分完全相同的 interface / callback,是一个 **破坏性改动**,原本字面上引用了这些 interface / callback 的代码可能会报错。 | ||
- 修复接口错误 ([#126](https://github.com/wechat-miniprogram/api-typings/issues/126)) | ||
## 2020-04-20 v2.10.4 | ||
@@ -2,0 +7,0 @@ - 同步 API 定义到基础库 2.10.4 |
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "2.10.4", | ||
"version": "2.11.0", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -5,0 +5,0 @@ "main": "./index.d.ts", |
@@ -5,2 +5,3 @@ ## 所有可用版本 | ||
-|-|- | ||
[v2.11.0](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-11-0-2020-04-24) | [2.11.0](https://www.npmjs.com/package/miniprogram-api-typings/v/2.11.0) | `npm install miniprogram-api-typings@2.11.0` | ||
[v2.10.4](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-10-4-2020-03-24) | [2.10.4](https://www.npmjs.com/package/miniprogram-api-typings/v/2.10.4) | `npm install miniprogram-api-typings@2.10.4` | ||
@@ -7,0 +8,0 @@ [v2.10.3](https://developers.weixin.qq.com/miniprogram/dev/framework/release/#v2-10-3-2020-03-06) | [2.10.3-1](https://www.npmjs.com/package/miniprogram-api-typings/v/2.10.3-1) | `npm install miniprogram-api-typings@2.10.3-1` |
Sorry, the diff of this file is too big to display
852709
18943