We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd8540 commit 8795bfbCopy full SHA for 8795bfb
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+# [2.3.0](https://github.com/foca-js/foca-openapi/compare/2.2.0...2.3.0) (2025-04-19)
4
+
5
6
+### Features
7
8
+* 添加looseInputNumber配置,支持将number类型解析为number | string ([fcd8540](https://github.com/foca-js/foca-openapi/commit/fcd8540fc0e899c60b71c1209b60931a518e6a2d))
9
10
# [2.2.0](https://github.com/foca-js/foca-openapi/compare/2.1.1...2.2.0) (2025-04-19)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-openapi",
- "version": "2.2.0",
+ "version": "2.3.0",
"description": "根据openapi文档生成请求客户端",
"scripts": {
"test": "vitest",
0 commit comments