Skip to content

Commit 771b3cf

Browse files
committed
BREAKING_CHANGE: replace axios to node-fetch;bump: up version 11.1.0
1 parent 4bcf68c commit 771b3cf

File tree

7 files changed

+2513
-126
lines changed

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)