swagger-axios-codegen
Advanced tools
Comparing version 0.2.10 to 0.2.11
@@ -1,2 +0,2 @@ | ||
## 0.2.10 | ||
## 0.2.11 | ||
- Fix: Enumeration case conversion | ||
@@ -3,0 +3,0 @@ |
@@ -1,2 +0,2 @@ | ||
## 0.2.10 | ||
## 0.2.11 | ||
- 修复: 枚举名字大小写转换的问题 | ||
@@ -3,0 +3,0 @@ |
@@ -107,3 +107,3 @@ "use strict"; | ||
*/ | ||
${options.useStaticMethod ? 'static' : ''} ${pascalcase_1.default(methodName)}(${parameters}options:IRequestOptions={}):Promise<${responseType}> { | ||
${options.useStaticMethod ? 'static' : ''} ${camelcase_1.default(methodName)}(${parameters}options:IRequestOptions={}):Promise<${responseType}> { | ||
return new Promise((resolve, reject) => { | ||
@@ -110,0 +110,0 @@ ${handleNullParameters} |
{ | ||
"name": "swagger-axios-codegen", | ||
"version": "0.2.10", | ||
"version": "0.2.11", | ||
"main": "./dist/index", | ||
@@ -5,0 +5,0 @@ "typings": "./dist/", |
74978