File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11{
22 "name" : " foca-openapi" ,
3- "version" : " 0.8 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " 根据openapi文档生成请求客户端" ,
55 "scripts" : {
66 "test" : " vitest" ,
You can’t perform that action at this time.
0 commit comments