miniprogram-api-typings
Advanced tools
Comparing version 3.4.1 to 3.4.2
@@ -0,1 +1,18 @@ | ||
## 2021-08-02 v3.4.2 | ||
- 更新 API 定义到 2.19.0 | ||
- 重新整理了注释,包括: | ||
- 加入插件支持情况、版本和说明 | ||
- 将支持和废弃情况挪到前面,使其更不容易因为接口说明太长而被忽略 | ||
- 移除文首、文末和多余(连续超过两个)的空行 | ||
- 修复几个链接 | ||
## 2021-07-07 v3.4.1 | ||
- 移除一个意外加入的非预期字符 | ||
## 2021-07-07 v3.4.0 | ||
- 更新 API 定义到 2.18.0 | ||
- 更新来自文档代码示例的测试用例 | ||
- 更新 npm 依赖以解决安全问题 | ||
- 修复 [#202](https://github.com/wechat-miniprogram/api-typings/issues/202), [#204](https://github.com/wechat-miniprogram/api-typings/issues/204) | ||
## 2021-04-21 v3.3.2 | ||
@@ -2,0 +19,0 @@ - 更新 API 定义到 2.16.1 |
{ | ||
"name": "miniprogram-api-typings", | ||
"version": "3.4.1", | ||
"beta": "true", | ||
"version": "3.4.2", | ||
"description": "Type definitions for APIs of Wechat Mini Program in TypeScript", | ||
@@ -6,0 +5,0 @@ "main": "./index.d.ts", |
@@ -106,2 +106,19 @@ /*! ***************************************************************************** | ||
} | ||
// TODO: Extract real definition from `lib.dom.d.ts` to replace this | ||
type IIRFilterNode = any | ||
type WaveShaperNode = any | ||
type ConstantSourceNode = any | ||
type OscillatorNode = any | ||
type GainNode = any | ||
type BiquadFilterNode = any | ||
type PeriodicWaveNode = any | ||
type BufferSourceNode = any | ||
type ChannelSplitterNode = any | ||
type ChannelMergerNode = any | ||
type DelayNode = any | ||
type DynamicsCompressorNode = any | ||
type ScriptProcessorNode = any | ||
type PannerNode = any | ||
type AudioListener = any | ||
} | ||
@@ -108,0 +125,0 @@ |
Sorry, the diff of this file is too big to display
1187042
27317