Skip to content

Commit

Permalink
release: v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
z979054461 committed Jun 28, 2022
1 parent 768a12e commit 12aff82
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 4 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,42 @@
v1.3.2 / 2022-06-28
===================

### 🐛 Bug Fixes

- `general`
- 修复模块和基类搜索错误
- SwaggerV3 参数中的 required 属性解析错误
- #313 SwaggerV3 中 requestBody 参数的类型永远是 any close
- SwaggerV3 无法解析 query 参数中的嵌套对象
- 🐛 修复 翻译失败后,提示的报错信息不正确 问题
- 🐛 修复 翻译时没能翻译带 / 的中文导致异常
- 修复基类搜索更新不生效问题
- `commands/index.ts`
- 修复基类更新后,列表没有刷新的问题


### 🚀 Features

- `general`
- 完善 SwaggerInterface
- 添加npm自动更新
- 模块和基类添加搜索更新


### 🏡 Chore

- `deps`
- Bump eventsource from 1.0.7 to 1.1.1 in /examples/hooks-app


### 💖 Thanks to

- dependabot[bot]
- dong
- fuying.yfy
- lirandong
- liuwei

v1.3.1 / 2022-04-18
===================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "pont",
"private": true,
"version": "1.3.1",
"version": "1.3.2",
"license": "MIT",
"workspaces": [
"packages/*"
Expand Down
2 changes: 1 addition & 1 deletion packages/pont-engine/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pont-engine",
"version": "1.3.1",
"version": "1.3.2",
"description": "pont swagger typescript API",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/vscode-pont/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-pont",
"displayName": "pont",
"description": "",
"version": "1.3.1",
"version": "1.3.2",
"publisher": "jasonHzq",
"license": "MIT",
"engines": {
Expand Down Expand Up @@ -209,7 +209,7 @@
"@types/fs-extra": "^5.1.0",
"fs-extra": "^7.0.1",
"mockjs": "^1.0.1-beta3",
"pont-engine": "1.3.1",
"pont-engine": "1.3.2",
"typescript": "4.3.5"
},
"devDependencies": {
Expand Down

0 comments on commit 12aff82

Please sign in to comment.