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
- Add independent option to set the maximum size of the request body
64
64
- Remove maxBodyLength check
@@ -104,14 +104,14 @@ Internal and Tests:
104
104
- Adding console log on sandbox server startup ([#2210](https://github.com/axios/axios/pull/2210))
105
105
- Adding console log on sandbox server startup
106
106
- Update server.js
107
-
Add server error handeling
107
+
Add server error handling
108
108
- Update server.js
109
109
Better error message, remove retry.
110
110
- Adding tests for method `options` type definitions ([#1996](https://github.com/axios/axios/pull/1996))
111
111
Update tests.
112
112
- Add test for redirecting with too large response ([#2695](https://github.com/axios/axios/pull/2695))
113
113
- Fixing unit test failure in Windows OS ([#2601](https://github.com/axios/axios/pull/2601))
114
-
- Fixing issue for HEAD method and gziped repsonse ([#2666](https://github.com/axios/axios/pull/2666))
114
+
- Fixing issue for HEAD method and gzipped response ([#2666](https://github.com/axios/axios/pull/2666))
115
115
- Fix tests in browsers ([#2748](https://github.com/axios/axios/pull/2748))
116
116
- chore: add `jsdelivr` and `unpkg` support ([#2443](https://github.com/axios/axios/pull/2443))
117
117
@@ -149,7 +149,7 @@ Documentation:
149
149
- Add CDNJS version badge in README.md ([#878](https://github.com/axios/axios/pull/878))
150
150
This badge will show the version on CDNJS!
151
151
- Documentation update to clear up ambiguity in code examples ([#2928](https://github.com/axios/axios/pull/2928))
152
-
- Made a adjustment to the documenation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
152
+
- Made an adjustment to the documentation to clear up any ambiguity around the use of "fs". This should help clear up that the code examples with "fs" cannot be used on the client side.
153
153
- Update README.md about validateStatus ([#2912](https://github.com/axios/axios/pull/2912))
154
154
Rewrote the comment from "Reject only if the status code is greater than or equal to 500" to "Resolve only if the status code is less than 500"
155
155
- Updating documentation for usage form-data ([#2805](https://github.com/axios/axios/pull/2805))
Copy file name to clipboardExpand all lines: UPGRADE_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ This will polyfill the global environment, and only needs to be done once.
135
135
136
136
#### `axios.success`/`axios.error`
137
137
138
-
The `success`, and `error` aliases were deprectated in [0.4.0](https://github.com/axios/axios/blob/master/CHANGELOG.md#040-oct-03-2014). As of this release they have been removed entirely. Instead please use `axios.then`, and `axios.catch` respectively.
138
+
The `success`, and `error` aliases were deprecated in [0.4.0](https://github.com/axios/axios/blob/master/CHANGELOG.md#040-oct-03-2014). As of this release they have been removed entirely. Instead please use `axios.then`, and `axios.catch` respectively.
0 commit comments