Bump axios from 0.27.2 to 1.0.0
Bumps axios from 0.27.2 to 1.0.0.
Release notes
Sourced from axios's releases.
v1.0.0
Changelog
[1.0.0] - 2022-10-04
Added
- Added stack trace to AxiosError #4624
- Add AxiosError to AxiosStatic #4654
- Replaced Rollup as our build runner #4596
- Added generic TS types for the exposed toFormData helper #4668
- Added listen callback function #4096
- Added instructions for installing using PNPM #4207
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill #4229
- Added axios-url-template in ECOSYSTEM.md #4238
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an Axios instance #4248
- Added react hook plugin #4319
- Adding HTTP status code for transformResponse #4580
- Added blob to the list of protocols supported by the browser #4678
- Resolving proxy from env on redirect #4436
- Added enhanced toFormData implementation with additional options 4704
- Adding Canceler parameters config and request #4711
- Added automatic payload serialization to application/x-www-form-urlencoded #4714
- Added the ability for webpack users to overwrite built-ins #4715
- Added string[] to AxiosRequestHeaders type #4322
- Added the ability for the url-encoded-form serializer to respect the formSerializer config #4721
- Added isCancel type assert #4293
- Added data URL support for node.js #4725
- Adding types for progress event callbacks #4675
- URL params serializer #4734
- Added axios.formToJSON method #4735
- Bower platform add data protocol #4804
- Use WHATWG URL API instead of url.parse() #4852
- Add ENUM containing Http Status Codes to typings #4903
- Improve typing of timeout in index.d.ts #4934
Changed
- Updated AxiosError.config to be optional in the type definition #4665
- Updated README emphasizing the URLSearchParam built-in interface over other solutions #4590
- Include request and config when creating a CanceledError instance #4659
- Changed func-names eslint rule to as-needed #4492
- Replacing deprecated substr() with slice() as substr() is deprecated #4468
- Updating HTTP links in README.md to use HTTPS #4387
- Updated to a better trim() polyfill #4072
- Updated types to allow specifying partial default headers on instance create #4185
- Expanded isAxiosError types #4344
- Updated type definition for Axios instance methods #4224
- Updated eslint config #4722
- Updated Docs #4742
... (truncated)
Changelog
Sourced from axios's changelog.
[1.0.0] - 2022-10-04
Added
- Added stack trace to AxiosError #4624
- Add AxiosError to AxiosStatic #4654
- Replaced Rollup as our build runner #4596
- Added generic TS types for the exposed toFormData helper #4668
- Added listen callback function #4096
- Added instructions for installing using PNPM #4207
- Added generic AxiosAbortSignal TS interface to avoid importing AbortController polyfill #4229
- Added axios-url-template in ECOSYSTEM.md #4238
- Added a clear() function to the request and response interceptors object so a user can ensure that all interceptors have been removed from an axios instance #4248
- Added react hook plugin #4319
- Adding HTTP status code for transformResponse #4580
- Added blob to the list of protocols supported by the browser #4678
- Resolving proxy from env on redirect #4436
- Added enhanced toFormData implementation with additional options 4704
- Adding Canceler parameters config and request #4711
- Added automatic payload serialization to application/x-www-form-urlencoded #4714
- Added the ability for webpack users to overwrite built-ins #4715
- Added string[] to AxiosRequestHeaders type #4322
- Added the ability for the url-encoded-form serializer to respect the formSerializer config #4721
- Added isCancel type assert #4293
- Added data URL support for node.js #4725
- Adding types for progress event callbacks #4675
- URL params serializer #4734
- Added axios.formToJSON method #4735
- Bower platform add data protocol #4804
- Use WHATWG URL API instead of url.parse() #4852
- Add ENUM containing Http Status Codes to typings #4903
- Improve typing of timeout in index.d.ts #4934
Changed
- Updated AxiosError.config to be optional in the type definition #4665
- Updated README emphasizing the URLSearchParam built-in interface over other solutions #4590
- Include request and config when creating a CanceledError instance #4659
- Changed func-names eslint rule to as-needed #4492
- Replacing deprecated substr() with slice() as substr() is deprecated #4468
- Updating HTTP links in README.md to use HTTPS #4387
- Updated to a better trim() polyfill #4072
- Updated types to allow specifying partial default headers on instance create #4185
- Expanded isAxiosError types #4344
- Updated type definition for axios instance methods #4224
- Updated eslint config #4722
- Updated Docs #4742
- Refactored Axios to use ES2017 #4787
... (truncated)
Commits
-
484aa4f
chore: updated changelog -
ff34f6d
chore: release v1.0.0 -
aa001e2
Using Logo Axios in Readme.md (#4993) -
659eeaf
chore(deps): bump actions/stale from 5 to 6 (#4980) -
60e8553
docs: enable syntax highlighting for a code block (#4970) -
58ec93a
Allow null indexes on formSerializer and paramsSerializer (#4960) -
05338f4
Removed unused imports (#4949) -
0959c5c
Improve typing of timeout in index.d.ts (#4934) -
25a5669
fix: removed unused imports (#4914) -
b5ea1dc
feat: add enum containing Http Status Codes to typings. (#4903) - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts