You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# next release
2
2
3
+
# 9.0.0
4
+
5
+
NOTE: This version is not compatible with previous templates (removed `route.request.params`, `apiConfig.props`, `apiConfig.generic`, `apiConfig.description`, `apiConfig.hasDescription`)
6
+
7
+
Fixes:
8
+
- Consider 2xx a successful status (thanks @wyozi)
9
+
- GET method query option bug (thanks @rhkdgns95, @SaschaGalley)
10
+
-`silent` property missed in `.d.ts` file (thanks @mastermatt)
11
+
- axios file upload `formData` type (thanks @guhyeon)
12
+
- make property `instance` to public in axios http client (It can be helpful in #226)
13
+
- variable name "params" doesn't uniq (thanks @mixalbl4-127 )
14
+
15
+
Features:
16
+
-`--disableProxy` option (thanks @kel666)
17
+
-`--extract-request-body` option. Allows to extract request body type to data contract
18
+
- Add TSDoc tag for deprecated route (thanks @wyozi)
0 commit comments