We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 431d551 commit 7ddcc14Copy full SHA for 7ddcc14
CHANGELOG.md
@@ -1,5 +1,13 @@
1
2
3
+# [1.3.0](https://github.com/foca-js/foca-openapi/compare/1.2.0...1.3.0) (2024-10-20)
4
+
5
6
+### Features
7
8
+* 为特殊格式增加别名 ([431d551](https://github.com/foca-js/foca-openapi/commit/431d55196178f98cdbfa58d3b974658e8ea1ebbf))
9
+* 对象动态属性布尔值判断 ([0d4ccec](https://github.com/foca-js/foca-openapi/commit/0d4ccec49f284463c36086b3c4a50f6e62e8c601))
10
11
# [1.2.0](https://github.com/foca-js/foca-openapi/compare/1.1.7...1.2.0) (2024-10-20)
12
13
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "1.2.0",
+ "version": "1.3.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments