Skip to content

Commit 9d885ea

Browse files
committed
chore: 发布版本v1.0.0
1 parent 658b4e8 commit 9d885ea

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11

22

3+
# [1.0.0](https://github.com/foca-js/foca-openapi/compare/0.8.0...1.0.0) (2024-10-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **adapter:** keep object type body ([e905a04](https://github.com/foca-js/foca-openapi/commit/e905a0481e8572c671b68731d50bea712e0b10cc))
9+
* bigint响应为字符串 ([d86eca6](https://github.com/foca-js/foca-openapi/commit/d86eca6d34333636a2414f2430c9e73425982ab0))
10+
11+
12+
### Code Refactoring
13+
14+
* bin名称从foca-openapi改为openapi ([658b4e8](https://github.com/foca-js/foca-openapi/commit/658b4e8276619986dfdf19a32cef365e1aaf6da3))
15+
* 配置名path重命名为url ([cfa4232](https://github.com/foca-js/foca-openapi/commit/cfa4232299683f30c0cf073c677fdcee20d63896))
16+
17+
18+
### Features
19+
20+
* 支持动态对象 ([bc0d0c2](https://github.com/foca-js/foca-openapi/commit/bc0d0c265aadfe196079af83a6b39ccd5b499cae))
21+
* 支持根据env动态配置 ([101fe88](https://github.com/foca-js/foca-openapi/commit/101fe88fb9e8a3c8541326254aa7b493b65ca0f4))
22+
23+
24+
### BREAKING CHANGES
25+
26+
* bin名称从foca-openapi改为openapi
27+
* 配置名path改为url
28+
329
# [0.8.0](https://github.com/foca-js/foca-openapi/compare/0.7.2...0.8.0) (2024-08-10)
430

531

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "foca-openapi",
3-
"version": "0.8.0",
3+
"version": "1.0.0",
44
"description": "根据openapi文档生成请求客户端",
55
"scripts": {
66
"test": "vitest",

0 commit comments

Comments
 (0)