Skip to content

Releases: ToxicalNoob3062/fetchify-axios

Bug fixation #3

08 Apr 22:32
Compare
Choose a tag to compare

fixed Bug: undefined body and headers throwing error in few custom fetch implementations

v3 released ! more optimized response parsing and extra cookie configurations added! beside that handled undefined body and headers edge case!

Bug fixation #2

08 Apr 22:20
Compare
Choose a tag to compare

fixed Bug: Was not including the search or query params with the request .

Now it is capable to handle query params!

Bug fixation #1

07 Apr 16:17
Compare
Choose a tag to compare

fixed Bug: AxiosErr.repsonse is undefined

Now the adpater is capable to return a well formed Axios Error Object!

Version 1 is here 🎉

07 Apr 16:12
Compare
Choose a tag to compare

Fetchify-Axios

This package provides an Axios adapter for any custom fetch function that implements the standard fetch interface for making HTTP requests.

Motive

This adapter was primarily build to work with http-plugin of tauri v2 via axios but
also capable to handle any type of function that implements fetch interface!