Changelog

0.21.4 (September 6, 2021)

Fixes and Functionality:

  • Fixing JSON transform when data is stringified. Providing backward compatibility and complying to the JSON RFC standard (#4020arrow-up-right)

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

0.21.3 (September 4, 2021)

Fixes and Functionality:

  • Fixing response interceptor not being called when request interceptor is attached (#4013arrow-up-right)

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

0.21.2 (September 4, 2021)

Fixes and Functionality:

Internal and Tests:

Documentation:

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

0.21.1 (December 21, 2020)

Fixes and Functionality:

Internal and Tests:

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

0.21.0 (October 23, 2020)

Fixes and Functionality:

Internal and Tests:

Documentation:

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

0.20.0 (August 20, 2020)

Release of 0.20.0-pre as a full release with no other changes.

0.20.0-pre (July 15, 2020)

Fixes and Functionality:

  • Fixing response with utf-8 BOM can not parse to json (#2419arrow-up-right)

    • 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 (#2844arrow-up-right)

    • 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. (#1773arrow-up-right)

  • Fixing an issue that type 'null' is not assignable to validateStatus (#2773arrow-up-right)

  • Fixing special char encoding (#1671arrow-up-right)

    • 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 (#1492arrow-up-right)

    • 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 (#1487arrow-up-right) 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 (#1105arrow-up-right) (#1107arrow-up-right)

  • Fixing 'progressEvent' type (#2851arrow-up-right)

    • Fix 'progressEvent' type

    • Update axios.ts

  • Fixing getting local files (file://) failed (#2470arrow-up-right)

    • fix issue #2416, #2396

    • fix Eslint warn

    • Modify judgment conditions

    • add unit test

    • update unit test

    • update unit test

  • Allow PURGE method in typings (#2191arrow-up-right)

  • Adding option to disable automatic decompression (#2661arrow-up-right)

    • 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 (#2781arrow-up-right)

    • 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 (#1745arrow-up-right)

  • Compatible with follow-redirect aborts the request (#2689arrow-up-right)

    • Compatible with follow-redirect aborts the request

    • Use the error code

  • Fix merging of params (#2656arrow-up-right)

    • 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 (#2683arrow-up-right)

Internal and Tests:

  • Fix stale bot config (#3049arrow-up-right)

    • fix stale bot config

    • fix multiple lines

  • Add days and change name to work (#3035arrow-up-right)

  • Update close-issues.yml (#3031arrow-up-right)

    • 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 (#3029arrow-up-right)

    • prepare stale actions

    • update messages

    • Add exempt labels and lighten up comments

  • Add GitHub actions to close invalid issues (#3022arrow-up-right)

    • add close actions

    • fix with checkout

    • update issue templates

    • add reminder

    • update close message

  • Add test with Node.js 12 (#2860arrow-up-right)

    • test with Node.js 12

    • test with latest

  • Adding console log on sandbox server startup (#2210arrow-up-right)

    • 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 (#1996arrow-up-right) Update tests.

  • Add test for redirecting with too large response (#2695arrow-up-right)

  • Fixing unit test failure in Windows OS (#2601arrow-up-right)

  • Fixing issue for HEAD method and gzipped response (#2666arrow-up-right)

  • Fix tests in browsers (#2748arrow-up-right)

  • chore: add jsdelivr and unpkg support (#2443arrow-up-right)

Documentation:

  • Adding support for URLSearchParams in node (#1900arrow-up-right)

    • Adding support for URLSearchParams in node

    • Remove un-needed code

    • Update utils.js

    • Make changes as suggested

  • Adding table of content (preview) (#3050arrow-up-right)

    • add toc (preview)

    • remove toc in toc Signed-off-by: Moni [email protected]envelope

    • fix sublinks

    • fix indentation

    • remove redundant table links

    • update caps and indent

    • remove axios

  • Replace 'blacklist' with 'blocklist' (#3006arrow-up-right)

  • docs(): Detailed config options environment. (#2088arrow-up-right)

    • docs(): Detailed config options environment.

    • Update README.md

  • Include axios-data-unpacker in ECOSYSTEM.md (#2080arrow-up-right)

  • Allow opening examples in Gitpod (#1958arrow-up-right)

  • Remove axios.all() and axios.spread() from Readme.md (#2727arrow-up-right)

    • 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 (#2887arrow-up-right) 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 (#2162arrow-up-right)

  • Add CDNJS version badge in README.md (#878arrow-up-right) This badge will show the version on CDNJS!

  • Documentation update to clear up ambiguity in code examples (#2928arrow-up-right)

    • 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 (#2912arrow-up-right) 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 (#2805arrow-up-right) Closes #2049

  • Fixing CHANGELOG.md issue link (#2784arrow-up-right)

  • Include axios-hooks in ECOSYSTEM.md (#2003arrow-up-right)

  • Added Response header access instructions (#1901arrow-up-right)

    • Added Response header access instructions

    • Added note about using bracket notation

  • Add onUploadProgress and onDownloadProgress are browser only (#2763arrow-up-right) 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 (#2778arrow-up-right)

  • Adding jsDelivr link in README (#1110arrow-up-right)

    • 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:

0.19.2 (Jan 20, 2020)

0.19.1 (Jan 7, 2020)

Fixes and Functionality:

Internal:

Documentation:

0.19.0 (May 30, 2019)

Fixes and Functionality:

Internal:

  • Fixing .eslintrc without extension (#1789arrow-up-right) - Manoel

  • Fix failing SauceLabs tests by updating configuration - Emily Morehouse

  • Add issue templates - Emily Morehouse

Documentation:

  • Consistent coding style in README (#1787arrow-up-right) - Ali Servet Donmez

  • Add information about auth parameter to README (#2166arrow-up-right) - xlaguna

  • Add DELETE to list of methods that allow data as a config option (#2169arrow-up-right) - Daniela Borges Matos de Carvalho

  • Update ECOSYSTEM.md - Add Axios Endpoints (#2176arrow-up-right) - Renan

  • Add r2curl in ECOSYSTEM (#2141arrow-up-right) - 유용우 / CX

  • Update README.md - Add instructions for installing with yarn (#2036arrow-up-right) - Victor Hermes

  • Fixing spacing for README.md (#2066arrow-up-right) - Josh McCarty

  • Update README.md. - Change .then to .finally in example code (#2090arrow-up-right) - Omar Cai

  • Clarify what values responseType can have in Node (#2121arrow-up-right) - Tyler Breisacher

  • docs(ECOSYSTEM): add axios-api-versioning (#2020arrow-up-right) - 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

  • Update README.md. - Add Querystring library note (#1896arrow-up-right) - Dmitriy Eroshenko

  • Add react-hooks-axios to Libraries section of ECOSYSTEM.md (#1925arrow-up-right) - Cody Chan

  • Clarify in README that default timeout is 0 (no timeout) (#1750arrow-up-right) - Ben Standefer

0.19.0-beta.1 (Aug 9, 2018)

NOTE: This is a beta version of this release. There may be functionality that is broken in certain browsers, though we suspect that builds are hanging and not erroring. See https://saucelabs.com/u/axios for the most up-to-date information.

New Functionality:

Fixes:

  • Fix Keep defaults local to instance (#385arrow-up-right)

  • Correctly catch exception in http test (#1475arrow-up-right)

  • Fix accept header normalization (#1698arrow-up-right)

  • Fix http adapter to allow HTTPS connections via HTTP (#959arrow-up-right)

  • Fix Removes usage of deprecated Buffer constructor. (#1555arrow-up-right, #1622arrow-up-right)

  • Fix defaults to use httpAdapter if available (#1285arrow-up-right)

    • Fixing defaults to use httpAdapter if available

    • Use a safer, cross-platform method to detect the Node environment

  • Fix Reject promise if request is cancelled by the browser (#537arrow-up-right)

  • [Typescript] Fix missing type parameters on delete/head methods

  • [NS]: Send false flag isStandardBrowserEnv for Nativescript

  • Fix missing type parameters on delete/head

  • Fix Default method for an instance always overwritten by get

  • Fix type error when socketPath option in AxiosRequestConfig

  • Capture errors on request data streams

  • Decorate resolve and reject to clear timeout in all cases

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

0.18.0 (Feb 19, 2018)

0.17.1 (Nov 11, 2017)

0.17.0 (Oct 21, 2017)

0.16.2 (Jun 3, 2017)

0.16.1 (Apr 8, 2017)

0.16.0 (Mar 31, 2017)

0.15.3 (Nov 27, 2016)

0.15.2 (Oct 17, 2016)

0.15.1 (Oct 14, 2016)

0.15.0 (Oct 10, 2016)

0.14.0 (Aug 27, 2016)

0.13.1 (Jul 16, 2016)

0.13.0 (Jul 13, 2016)

0.12.0 (May 31, 2016)

0.11.1 (May 17, 2016)

0.11.0 (Apr 26, 2016)

0.10.0 (Apr 20, 2016)

0.9.1 (Jan 24, 2016)

0.9.0 (Jan 18, 2016)

0.8.1 (Dec 14, 2015)

  • Adding support for passing XSRF token for cross domain requests when using withCredentials (#168arrow-up-right)

  • Fixing error with format of basic auth header (#178arrow-up-right)

  • Fixing error with JSON payloads throwing InvalidStateError in some cases (#174arrow-up-right)

0.8.0 (Dec 11, 2015)

0.7.0 (Sep 29, 2015)

0.6.0 (Sep 21, 2015)

0.5.4 (Apr 08, 2015)

0.5.3 (Apr 07, 2015)

  • Using JSON.parse unconditionally when transforming response string (#55arrow-up-right)

0.5.2 (Mar 13, 2015)

0.5.1 (Mar 10, 2015)

0.5.0 (Jan 23, 2015)

0.4.2 (Dec 10, 2014)

0.4.1 (Oct 15, 2014)

0.4.0 (Oct 03, 2014)

0.3.1 (Sep 16, 2014)

0.3.0 (Sep 16, 2014)

0.2.2 (Sep 14, 2014)

0.2.1 (Sep 12, 2014)

  • Fixing build problem causing ridiculous file sizes

0.2.0 (Sep 12, 2014)

0.1.0 (Aug 29, 2014)

  • Initial release

Last updated