Skip to content

Commit a6814dc

Browse files
authored
Merge pull request #432 from acacode/next
Release 11.1.0
2 parents 4bcf68c + 771b3cf commit a6814dc

7 files changed

+2513
-126
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# next release
1+
# next release
2+
3+
# 11.1.0
4+
BREAKING_CHANGE: replace `axios` to `node-fetch`
5+
feat: ability to send request options for getting swagger schema by url (`requestOptions` property)
26

37
# 11.0.2
48

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,7 @@ export interface GenerateApiConfiguration {
450450
};
451451
routeNameDuplicatesMap: Map<string, string>;
452452
apiClassName: string;
453+
requestOptions?: import("node-fetch").RequestInit;
453454
};
454455
modelTypes: ModelType[];
455456
rawModelTypes: SchemaComponent[];

0 commit comments

Comments
 (0)