Skip to content

Commit

Permalink
v1.22.0 (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH authored Jan 4, 2020
1 parent 9d07f64 commit 4654935
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 15 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

所有对 "Aliyun Serverless" 插件的更改都将记录在这个文件中。


## 1.22.0 - 2019-01-04
### Added
1. 模版文件 template.yml 语法提示增强
- 语法提示支持从 template.yml 文件拓展为 yml 文件。
- 模版文件 `Aliyun::Serverless::Service` 资源下的 NasConfig 支持 Auto 属性配置。
- 模版文件校验支持 ROS 语法的 `Fn::Sub` 函数。
2. 提供针对 Function Flow 本地资源的相关支持
- 本地资源树中提供 Flow 流程资源显示。
- 在本地资源树中左击 Flow 名称可跳转至模版文件 template.yml 中的对应行,该 Flow 描述块的背景会高亮并逐渐退去。
- 提供跳转到流程定义文件的功能。左击本地资源树中流程名称右侧的跳转按钮,可跳转到流程定义文件。
3. 优化当 PATH 中未安装 `code` 命令时本地调试的行为。

## 1.21.0 - 2019-12-27
### Added
1. 模版文件 template.yml 提供针对 ROS 资源的语法提示
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"publisher": "aliyun",
"icon": "media/aliyun-serverless-extension.png",
"description": "Aliyun Function Compute extension. Lets you develop your serverless application of Aliyun within VSCode.",
"version": "1.21.3",
"version": "1.22.0",
"engines": {
"vscode": "^1.31.0"
},
Expand Down Expand Up @@ -706,7 +706,7 @@
"dependencies": {
"@alicloud/fc2": "^2.1.0",
"@alicloud/fnf-2019-03-15": "^1.1.0",
"@alicloud/fun": "3.2.3",
"@alicloud/fun": "3.3.0",
"@types/js-yaml": "^3.12.1",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"@typescript-eslint/parser": "^1.11.0",
Expand Down

0 comments on commit 4654935

Please sign in to comment.