Skip to content

Commit 10110d4

Browse files
authored
Merge pull request #281 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.20.0
2 parents 997a39d + 3aabe68 commit 10110d4

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.20.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.19.1...v0.20.0) (2024-07-19)
4+
5+
6+
### Features
7+
8+
* **printer:** 添加新导入类型以支持更丰富的模式 ([6c9f9cd](https://github.com/FrontEndDev-org/openapi-axios/commit/6c9f9cdb6965a08617b9d331991b23a156b7d090))
9+
* 支持 additionalProperties ([a749471](https://github.com/FrontEndDev-org/openapi-axios/commit/a7494719787f30e1f7b63f3f5f6b93106461e406))
10+
* 支持泛型对象 ([2a587da](https://github.com/FrontEndDev-org/openapi-axios/commit/2a587daa398a9bc60c320ccc295f34190006480f))
11+
12+
13+
### Bug Fixes
14+
15+
* **printer:** 处理非基本类型格式的JS文档注释 ([4dff5e9](https://github.com/FrontEndDev-org/openapi-axios/commit/4dff5e91cc8cb1c6b8eac9856461119990f96a3e))
16+
317
## [0.19.1](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.19.0...v0.19.1) (2024-07-15)
418

519

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "openapi-axios",
3-
"version": "0.19.1",
3+
"version": "0.20.0",
44
"description": "OpenAPI → Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)