Skip to content

Commit a0174e9

Browse files
authored
Merge pull request #444 from acacode/next
Release 11.1.3
2 parents 27cdbcb + 5280658 commit a0174e9

File tree

111 files changed

+1194
-2476
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+1194
-2476
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# next release
22

3+
# 11.1.3
4+
5+
fix: problems with `text/*` content types (axios, fetch http clients) (thanks @JochenDiekenbrock, #312, #443)
6+
fix: problem with `application/json*` content type (thanks @JochenDiekenbrock, #440, #441)
7+
fix: different query type parameters declarations (in route name `{?accountStatus,createdT`, #439)
8+
9+
310
# 11.1.2
411

512
fix: problems with missing type imports in `.d.ts` files with using option `--js`

index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export enum RequestContentKind {
315315
FORM_DATA = "FORM_DATA",
316316
IMAGE = "IMAGE",
317317
OTHER = "OTHER",
318+
TEXT = "TEXT",
318319
}
319320

320321
export interface RequestResponseInfo {

0 commit comments

Comments
 (0)