Skip to content
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

on the latest release 0.18.0 and npm package version 0.18.0 , lack of some functions #1519

Closed
jjeejj opened this issue May 6, 2018 · 4 comments

Comments

@jjeejj
Copy link

jjeejj commented May 6, 2018

on the latest release 0.18.0 and npm package version 0.18.0 ,the #869 PR feature not merged
eg: responseEncoding config

@jjeejj
Copy link
Author

jjeejj commented May 6, 2018

you can download 0.18.0 version on releases tab or exec npm install asiox
see the Source code to check it

@JaakkoL
Copy link

JaakkoL commented May 7, 2018

I came across this same thing when trying to figure out why Googleapis library is unable to fix character encoding when fetching files from Google Drive. It uses Axios for making http requests and it assumes that the response encoding can be passed as a config parameter.

After doing some digging, I realised that release 0.18.0 has fixed encoding to utf-8 while #869 PR has already solved this issue.

Any chance on getting a release with the aforementioned PR included?

@emilyemorehouse
Copy link
Member

Working on it -- there was a major feature that's currently breaking master (see https://travis-ci.org/axios/axios/branches). As soon as we can get master to a stable state, I'll push another release!

@emilyemorehouse
Copy link
Member

Released as part of 0.19.0-beta.1.

This can be installed using npm install axios@0.19.0-beta.1 or npm install axios@next

@axios axios locked and limited conversation to collaborators May 22, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants