Update axios to the latest version đ
Version 0.16.0 of axios just got published.
| Dependency | axios |
|---|---|
| Current Version | 0.15.3 |
| Type | dependency |
The version 0.16.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of axios. Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Commits
The new version differs by 44 commits .
19b7948Releasing 0.16.0e6ffc52Updating Upgrage Guide8d675bbMerge branch 'master' of github.com:mzabriskie/axios5b904d5Updating changelogefc1f11Merge pull request #781 from TomyJaya/TomyJaya-patch-12fe9562Merge pull request #461 from theikkila/master8cdfcd0Fix options params, Change the order, Add documentation for instance also0104ad6Removing extra colon in README.md's proxy.auth5630d3bFixing IE logo URL202a890Merge pull request #696 from simshanith/formdata-documentation3704d57Removing Promise from axios typings in favor of built-in type declarationsfe810b1Merge pull request #654 from k-italy/masterb053f4bFixing typoe411b98Update README.mdb1b986dMerge pull request #671 from 38elements/adapter
There are 44 commits in total. See the full diff.
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot :palm_tree:
Version 0.16.1 just got published.
Update to this version instead đ
Commits
The new version differs by 20 commits .
5c8095eReleasing 0.16.1982183cUpdating changelogfa58223Merge pull request #828 from mzabriskie/feature/return-last-request-in-redirectsa18f039Merge pull request #829 from jcready/patch-3df6b46cAdd caret04982a2Update follow-redirects dependency19644baAdding documentation for Buffer data1883344support node buffers less than 8192 bytes (#773)bbfbeffMinor grammar/line length changes (#547)a784774Adding comment about header names (#778)88cc84cAdding documentation for response.request84d9a41Adding code to assign the last request to axios responsee5beab0Adding test checking the request in axios response is the last in a redirect08eb985Merge pull request #818 from carlosromel/patch-121b43edMerge pull request #826 from mzabriskie/github-templates
There are 20 commits in total. See the full diff.
Version 0.16.2 just got published.
Update to this version instead đ
Commits
The new version differs by 12 commits.
46e275cReleasing 0.16.2e040815Updating Changelog3579da4Merge pull request #930 from luciy/mastere4e3212Convert the method parameter to lowercased1278dfMerge pull request #887 from fgnass/no-buffer-in-browser1beb245Fixing typo in comment blocks of createError() and enhanceError() functions (#857)c849467use Buffer global in http.jsc82753cUse is-buffer instead of Buffer.isBufferf31317aMerge pull request #830 from mzabriskie/feature/include-request-in-errors1e76ea3Adding documentation for error.request22ce6dbAdding request to error objects when it is availablee0d59ebAdding failing tests that verify errors contain the request
See the full diff
Version 0.17.0 just got published.
Update to this version instead đ
Commits
The new version differs by 27 commits.
2c0e318Releasing 0.17.0c24b1ccUpdating changelogadd023cUpdate build status badge URLada06d1Merge branch 'master' of github.com:axios/axios94f1e21Fix SauceLabs config7133141Merge pull request #1061 from d-fischer/ts-generic-response638804aMerge pull request #1135 from kuitos/masterf06ee73Adding axios-extensions to the ecosystem26b0639Update links17e44c8Merge pull request #982 from ibci/use-XMLHttpRequest-for-IE10+51b3ad6Merge pull request #987 from siddharthkp/masterab974a7Merge pull request #1055 from fridzema/patch-17f60dd8Merge pull request #1056 from jin5354/patch-1b0dccc6Updated TypeScript typings with generic type parameters for request methods & AxiosResponseb26f351Update ECOSYSTEM.md
There are 27 commits in total.
See the full diff
Version 0.17.1 just got published.
Update to this version instead đ
Commits
The new version differs by 18 commits.
ad1195fReleasing 0.17.1599eb98Updating changelog587f021Updating changelogb7d8d12Removing unnecessary condition1fa01fdMerge pull request #1160 from owap/undefined-window026db21Merge pull request #1165 from psachs21/patch-17ea8f3dMerge pull request #1173 from posva/patch-11e58b69security: upgrade follow-redirects1005e3bUpdating typings468e909Movewindowdefined check before window.XMLHttpRequest check1ee5494Merge pull request #1156 from clarkdo/master63548c0refactor: !isArray(obj) is always truefbb5d4dMerge pull request #1080 from MarshallOfSound/patch-18bea343Merge pull request #1125 from keenondrums/master3f90738Merge pull request #1131 from jmmk/axios-response-request
There are 18 commits in total.
See the full diff
Version 0.18.0 just got published.
Update to this version instead đ
Commits
The new version differs by 40 commits.
d59c70fReleasing v0.18.048a7902Prepping for release: updating CHANGELOG.5b2ea2eMerge pull request #1364 from MiguelMadero/mmadero/documents-timeout23ba296Merge pull request #1342 from alpancs/instance-bug-fixb6b0865Merge pull request #1363 from mdlavin/patch-1821d5e2Merge pull request #1366 from emilyemorehouse/fix/10704ea77b7Follow up to #1070:ccc7889Merge pull request #1070 from Starfox64/masterf7310caDocuments the timeout defaultf1a0febAdd reference to axios-fetch in ECOSYSTEM.md40b8299Merge pull request #1357 from emilyemorehouse/fix/1286839b9abFixes #1286 - also updating follow-redirects version in package.json to ensure that maxBodyLength option is supportedf26e0c0Merge pull request #1287 from mividtim/mividtim/follow-redirects-max-length14057dcMerge pull request #1273 from jcrben/master7a355fffix cannot send post method
There are 40 commits in total.
See the full diff
- The
dependencyaxios was updated from0.15.3to0.19.0.
Update to this version instead đ
Release Notes for v0.19.0
Fixes and Functionality:
- Unzip response body only for statuses != 204 (#1129) - drawski
- Destroy stream on exceeding maxContentLength (fixes #1098) (#1485) - Gadzhi Gadzhiev
- Makes Axios error generic to use AxiosResponse (#1738) - Suman Lama
- Fixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993) - grumblerchester
- Allow uppercase methods in typings. (#1781) - Ken Powers
- Fixing .eslintrc without extension (#1789) - Manoel
- Consistent coding style (#1787) - Ali Servet Donmez
- Fixing building url with hash mark (#1771) - Anatoly Ryabov
- This commit fix building url with hash map (fragment identifier) when parameters are present: they must not be added after
#, because client cut everything after# - Preserve HTTP method when following redirect (#1758) - Rikki Gibson
- Add
getUrisignature to TypeScript definition. (#1736) - Alexander Trauzzi - Adding isAxiosError flag to errors thrown by axios (#1419) - Ayush Gupta
- Fix failing SauceLabs tests by updating configuration - Emily Morehouse
Documentation:
- Add information about auth parameter to README (#2166) - xlaguna
- Add DELETE to list of methods that allow data as a config option (#2169) - Daniela Borges Matos de Carvalho
- Update ECOSYSTEM.md - Add Axios Endpoints (#2176) - Renan
- Add r2curl in ECOSYSTEM (#2141) - ė ėŠė° / CX
- Update README.md - Add instructions for installing with yarn (#2036) - Victor Hermes
- Fixing spacing for README.md (#2066) - Josh McCarty
- Update README.md. - Change
.thento.finallyin example code (#2090) - Omar Cai - Clarify what values responseType can have in Node (#2121) - Tyler Breisacher
- docs(ECOSYSTEM): add axios-api-versioning (#2020) - Weffe
- It seems that
responseType: '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 browser - Add issue templates - Emily Morehouse
- Update README.md. - Add Querystring library note (#1896) - Dmitriy Eroshenko
- Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925) - Cody Chan
- Clarify in README that default timeout is 0 (no timeout) (#1750) - Ben Standefer
Commits
The new version differs by 108 commits.
8d0b92bReleasing 0.19.03f7451cUpdate Changelog for release (0.19.0)f28ff93Add information about auth parameter to README (#2166)5250e6eAdd DELETE to list of methods that allow data as a config option (#2169)6b0ccd1Update ECOSYSTEM.md - Add Axios Endpoints (#2176)299e827Add r2curl in ECOSYSTEM (#2141)fd0c959Unzip response body only for statuses != 204 (#1129)92d2313Update README.md - Add instructions for installing with yarn (#2036)ddcc2e4Fixing spacing for README.md (#2066)48c43d5Update README.md. - Change.thento.finallyin example code (#2090)b7a9744Clarify what values responseType can have in Node (#2121)0d4fca0Destroy stream on exceeding maxContentLength (fixes #1098) (#1485)047501fMakes Axios error generic to use AxiosResponse (#1738)283d7b3docs(ECOSYSTEM): add axios-api-versioning (#2020)2eeb59aFixing Mocha tests by locking follow-redirects version to 1.5.10 (#1993)
There are 108 commits in total.
See the full diff