Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# next release

# 11.1.3

fix: problems with `text/*` content types (axios, fetch http clients) (thanks @JochenDiekenbrock, #312, #443)
fix: problem with `application/json*` content type (thanks @JochenDiekenbrock, #440, #441)
fix: different query type parameters declarations (in route name `{?accountStatus,createdT`, #439)


# 11.1.2

fix: problems with missing type imports in `.d.ts` files with using option `--js`
Expand Down
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ export enum RequestContentKind {
FORM_DATA = "FORM_DATA",
IMAGE = "IMAGE",
OTHER = "OTHER",
TEXT = "TEXT",
}

export interface RequestResponseInfo {
Expand Down
Loading