axios v0.20.0-pre Release Notes

Release Date: 2020-07-15 // almost 4 years ago
  • πŸ›  Fixes and Functionality:

    • πŸ›  Fixing response with utf-8 BOM can not parse to json (#2419)
      • fix: remove byte order marker (UTF-8 BOM) when transform response
      • fix: remove BOM only utf-8
      • test: utf-8 BOM
      • fix: incorrect param name
    • πŸ”¨ Refactor mergeConfig without utils.deepMerge (#2844)
      • Adding failing test
      • Fixing #2587 default custom config persisting
      • Adding Concat keys and filter duplicates
      • Fixed value from CPE
      • update for review feedbacks
      • no deepMerge
      • only merge between plain objects
      • fix rename
      • always merge config by mergeConfig
      • extract function mergeDeepProperties
      • refactor mergeConfig with all keys, and add special logic for validateStatus
      • add test for resetting headers
      • add lots of tests and fix a bug
      • should not inherit data
      • use simple toString
    • πŸ›  Fixing overwrite Blob/File type as Content-Type in browser. (#1773)
    • πŸ›  Fixing an issue that type 'null' is not assignable to validateStatus (#2773)
    • πŸ›  Fixing special char encoding (#1671)
      • removing @ character from replacement list since it is a reserved character
      • Updating buildURL test to not include the @ character
      • Removing console logs
    • πŸ›  Fixing password encoding with special characters in basic authentication (#1492)
      • Fixing password encoding with special characters in basic authentication
      • Adding test to check if password with non-Latin1 characters pass
    • πŸ›  Fixing 'Network Error' in react native android (#1487) There is a bug in react native Android platform when using get method. It will trigger a 'Network Error' when passing the requestData which is an empty string to request.send function. So if the requestData is an empty string we can set it to null as well to fix the bug.
    • πŸ›  Fixing Cookie Helper with Async Components (#1105) (#1107)
    • πŸ›  Fixing 'progressEvent' type (#2851)
      • Fix 'progressEvent' type
      • Update axios.ts
    • πŸ›  Fixing getting local files (file://) failed (#2470)
      • fix issue #2416, #2396
      • fix Eslint warn
      • Modify judgment conditions
      • add unit test
      • update unit test
      • update unit test
    • πŸ‘ Allow PURGE method in typings (#2191)
    • βž• Adding option to disable automatic decompression (#2661)
      • Adding ability to disable auto decompression
      • Updating decompress documentation in README
      • Fixing test\unit\adapters\http.js lint errors
      • Adding test for disabling auto decompression
      • Removing changes that fixed lint errors in tests
      • Removing formatting change to unit test
    • βž• Add independent maxBodyLength option (#2781)
      • Add independent option to set the maximum size of the request body
      • Remove maxBodyLength check
      • Update README
      • Assert for error code and message
    • βž• Adding responseEncoding to mergeConfig (#1745)
    • Compatible with follow-redirect aborts the request (#2689)
      • Compatible with follow-redirect aborts the request
      • Use the error code
    • πŸ›  Fix merging of params (#2656)
      • Name function to avoid ESLint func-names warning
      • Switch params config to merge list and update tests
      • Restore testing of both false and null
      • Restore test cases for keys without defaults
      • Include test for non-object values that aren't false-y.
    • βͺ Revert finally as then (#2683)

    βœ… Internal and Tests:

    • πŸ›  Fix stale bot config (#3049)
      • fix stale bot config
      • fix multiple lines
    • βž• Add days and change name to work (#3035)
    • ⚑️ Update close-issues.yml (#3031)
      • Update close-issues.yml Update close message to read better πŸ˜„
      • Fix use of quotations Use single quotes as per other .yml files
      • Remove user name form message
    • βž• Add GitHub actions to close stale issues/prs (#3029)
      • prepare stale actions
      • update messages
      • Add exempt labels and lighten up comments
    • βž• Add GitHub actions to close invalid issues (#3022)
      • add close actions
      • fix with checkout
      • update issue templates
      • add reminder
      • update close message
    • βž• Add test with Node.js 12 (#2860)
      • test with Node.js 12
      • test with latest
    • βž• Adding console log on sandbox server startup (#2210)
      • Adding console log on sandbox server startup
      • Update server.js Add server error handling
      • Update server.js Better error message, remove retry.
    • βž• Adding tests for method options type definitions (#1996) Update tests.
    • βž• Add test for redirecting with too large response (#2695)
    • πŸ›  Fixing unit test failure in Windows OS (#2601)
    • πŸ›  Fixing issue for HEAD method and gzipped response (#2666)
    • πŸ›  Fix tests in browsers (#2748)
    • πŸ‘ chore: add jsdelivr and unpkg support (#2443)

    πŸ“š Documentation:

    • βž• Adding support for URLSearchParams in node (#1900)
      • Adding support for URLSearchParams in node
      • Remove un-needed code
      • Update utils.js
      • Make changes as suggested
    • βž• Adding table of content (preview) (#3050)
      • add toc (preview)
      • remove toc in toc Signed-off-by: Moni [email protected]
      • fix sublinks
      • fix indentation
      • remove redundant table links
      • update caps and indent
      • remove axios
    • Replace 'blacklist' with 'blocklist' (#3006)
    • πŸ“„ docs(): Detailed config options environment. (#2088)
      • docs(): Detailed config options environment.
      • Update README.md
    • Include axios-data-unpacker in ECOSYSTEM.md (#2080)
    • πŸ‘ Allow opening examples in Gitpod (#1958)
    • βœ‚ Remove axios.all() and axios.spread() from Readme.md (#2727)
      • remove axios.all(), axios.spread()
      • replace example
      • axios.all() -> Promise.all()
      • axios.spread(function (acct, perms)) -> function (acct, perms)
      • add deprecated mark
    • ⚑️ Update README.md (#2887) Small change to the data attribute doc of the config. A request body can also be set for DELETE methods but this wasn't mentioned in the documentation (it only mentioned POST, PUT and PATCH). Took my some 10-20 minutes until I realized that I don't need to manipulate the request body with transformRequest in the case of DELETE.
    • Include swagger-taxos-codegen in ECOSYSTEM.md (#2162)
    • βž• Add CDNJS version badge in README.md (#878) This badge will show the version on CDNJS!
    • πŸ“š Documentation update to clear up ambiguity in code examples (#2928)
      • 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.
    • ⚑️ Update README.md about validateStatus (#2912) 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"
    • πŸ“š Updating documentation for usage form-data (#2805) Closes #2049
    • πŸ›  Fixing CHANGELOG.md issue link (#2784)
    • Include axios-hooks in ECOSYSTEM.md (#2003)
    • βž• Added Response header access instructions (#1901)
      • Added Response header access instructions
      • Added note about using bracket notation
    • βž• Add onUploadProgress and onDownloadProgress are browser only (#2763) Saw in #928 and #1966 that onUploadProgress and onDownloadProgress only work in the browser and was missing that from the README.
    • ⚑️ Update ' sign to ` in proxy spec (#2778)
    • βž• Adding jsDelivr link in README (#1110)
      • Adding jsDelivr link
      • Add SRI
      • Remove SRI

    πŸš€ Huge thanks to everyone who contributed to this release via code (authors listed below) or via reviews and triaging on GitHub: