-
-
Notifications
You must be signed in to change notification settings - Fork 65
Update axios to the latest version 🚀 #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- The
dependency
axios was updated from0.18.1
to0.19.1
.
Update to this version instead 🚀
Commits
The new version differs by 47 commits.
960e1c8
Releasing 0.19.1
8a9421d
Fixing typo in CHANGELOG.md: s/Functionallity/Functionality (#2639)
ee47120
If this place is false, it will report an error, so you should delete the useless code. (#2458)
03e6f4b
Fixing invalid agent issue (#1904)
dc4bc49
fix: fix ignore set withCredentials false (#2582)
13c948e
Remove 'includes' API, fix CI build failure (#2574)
fa6cf01
fixing Travis link (#2540)
a17c70c
Fix CI build failure (#2570)
1a32ca0
Remove dependency on is-buffer (#1816)
0cc22c2
Fix badge, use master branch (#2538)
8414664
Fix XSS logic that matched some valid urls (#2529)
bbfd5b1
Adding options typings (#2341)
55aaebc
Document fix (#2514)
86d7750
Update docs with no_proxy change, issue #2484 (#2513)
b0afbed
Adding Typescript HTTP method definition for LINK and UNLINK. (#2444)
There are 47 commits in total.
See the full diff
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The dependency axios was updated from
0.18.0
to0.19.0
.This version is not covered by your current version range.
If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.
Release Notes for v0.19.0
Fixes and Functionality:
#
, because client cut everything after#
getUri
signature to TypeScript definition. (#1736) - Alexander TrauzziDocumentation:
.then
to.finally
in example code (#2090) - Omar CairesponseType: 'blob'
doesn't actually work in Node (when I tried using it, response.data was a string, not a Blob, since Node doesn't have Blobs), so this clarifies that this option should only be used in the browserCommits
The new version differs by 108 commits.
8d0b92b
Releasing 0.19.0
3f7451c
Update Changelog for release (0.19.0)
f28ff93
Add information about auth parameter to README (#2166)
5250e6e
Add DELETE to list of methods that allow data as a config option (#2169)
6b0ccd1
Update ECOSYSTEM.md - Add Axios Endpoints (#2176)
299e827
Add r2curl in ECOSYSTEM (#2141)
fd0c959
Unzip response body only for statuses != 204 (#1129)
92d2313
Update README.md - Add instructions for installing with yarn (#2036)
ddcc2e4
Fixing spacing for README.md (#2066)
48c43d5
Update README.md. - Change
.then
to.finally
in example code (#2090)b7a9744
Clarify what values responseType can have in Node (#2121)
0d4fca0
Destroy stream on exceeding maxContentLength (fixes #1098) (#1485)
047501f
Makes Axios error generic to use AxiosResponse (#1738)
283d7b3
docs(ECOSYSTEM): add axios-api-versioning (#2020)
2eeb59a
Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993)
There are 108 commits in total.
See the full diff
FAQ and help
There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.
Your Greenkeeper bot 🌴