We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebc7031 commit 5a44c3eCopy full SHA for 5a44c3e
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+# [0.7.0](https://github.com/foca-js/foca-openapi/compare/0.6.0...0.7.0) (2024-07-27)
4
+
5
6
+### Features
7
8
+* 解析nullable属性 ([7440ed0](https://github.com/foca-js/foca-openapi/commit/7440ed01d694d5836b8c904dca1628001b4c0938))
9
+* 解析枚举值 ([39643b7](https://github.com/foca-js/foca-openapi/commit/39643b7c3bf373c3a819b930bb9084b47df1d412))
10
11
# [0.6.0](https://github.com/foca-js/foca-openapi/compare/0.5.1...0.6.0) (2024-07-22)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "0.6.0",
+ "version": "0.7.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments