Skip to content

Commit b207806

Browse files
authored
Merge pull request #288 from FrontEndDev-org/release-please--branches--v0.x--components--openapi-axios
chore(v0.x): release 0.25.0
2 parents 45835fc + d004f02 commit b207806

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.24.0"
2+
".": "0.25.0"
33
}

CHANGELOG.md

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

3+
## [0.25.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.24.0...v0.25.0) (2024-08-05)
4+
5+
6+
### Features
7+
8+
* 优化 jsDoc 多行显示 ([adfdfdd](https://github.com/FrontEndDev-org/openapi-axios/commit/adfdfdd5608c898cdd407262d3d845120d083c2b))
9+
* 增加 typeScript 内置类型唯一性 ([ffd42b3](https://github.com/FrontEndDev-org/openapi-axios/commit/ffd42b3dd3b78751d2718c86947db2b351bc831d))
10+
* 忽略未明确的 path 参数 ([29312cc](https://github.com/FrontEndDev-org/openapi-axios/commit/29312cce5f1bd9016f3fe2d42f79f5788c7adb5a))
11+
* 支持 ref.$anchor ([aef3726](https://github.com/FrontEndDev-org/openapi-axios/commit/aef37261fbd1a94c7aedc097e8870d0ee07174f8))
12+
* 支持 ref.$id ([1c0896a](https://github.com/FrontEndDev-org/openapi-axios/commit/1c0896a4072eabd195860a4d8094864188e15ad9))
13+
14+
15+
### Bug Fixes
16+
17+
* 优化下一个唯一变量生成方法 ([cc83da4](https://github.com/FrontEndDev-org/openapi-axios/commit/cc83da452ba632e2af7e437d104edd91d6249c0d))
18+
* 修复 UnknownObject ([6959961](https://github.com/FrontEndDev-org/openapi-axios/commit/695996101a652981f55ffffb0b4bd41def37ac96))
19+
* 修正 nullable 的升级兼容 ([c565fdc](https://github.com/FrontEndDev-org/openapi-axios/commit/c565fdc82f57dce0210b604a29b74ddf20556ff9))
20+
* 唯一变量与唯一类型区分 ([799b459](https://github.com/FrontEndDev-org/openapi-axios/commit/799b45932064b87fb3b077364c8144131e1339b4))
21+
* 新增内部类型 UnknownObject UnknownArray ([d7594cd](https://github.com/FrontEndDev-org/openapi-axios/commit/d7594cd69622d2ab3f4eed654834841a99704bd1))
22+
323
## [0.24.0](https://github.com/FrontEndDev-org/openapi-axios/compare/v0.23.0...v0.24.0) (2024-08-01)
424

525

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.24.0",
3+
"version": "0.25.0",
44
"description": "OpenAPI(2.0/3.0/3.1) Schema → Type-safe Axios",
55
"scripts": {
66
"prepare": "husky install",

0 commit comments

Comments
 (0)