Skip to content

Commit

Permalink
bump to v1.27.8 (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChanDaoH committed Apr 26, 2020
1 parent 2cc2ead commit 9f8fbc1
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 36 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## 1.27.8 - 2020-04-26
### Added
1. 默认启用多模板文件模式,支持自动检测 fun build 构建出的模板文件。
2. 内置的 fun 版本升级为 v3.6.11。

## 1.27.7 - 2020-04-16
### Added
1. 更新函数工作流的语法智能提示 Schema
Expand Down
101 changes: 69 additions & 32 deletions package-lock.json

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

10 changes: 6 additions & 4 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.27.7",
"version": "1.27.8",
"engines": {
"vscode": "^1.31.0"
},
Expand Down Expand Up @@ -107,13 +107,15 @@
},
"aliyun.fc.single.template.mode": {
"type": "boolean",
"default": "true",
"default": false,
"description": "Whether use single template mode. If this mode is enabled, only template.(yml|yaml) will be detected"
},
"aliyun.fc.multi.templates.path": {
"type": "array",
"default": [
"template.yml"
"template.yml",
"template.yaml",
".fun/build/artifacts/template.yml"
]
},
"aliyun.fc.local.debug.python.waitingTime": {
Expand Down Expand Up @@ -731,7 +733,7 @@
"dependencies": {
"@alicloud/fc2": "^2.1.0",
"@alicloud/fnf-2019-03-15": "^1.1.0",
"@alicloud/fun": "3.6.9",
"@alicloud/fun": "3.6.11",
"@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 9f8fbc1

Please sign in to comment.