Breaking Change
This version is about Axios compatible issue in some cases. Fixing #12 and #15.
- Feat(core): when
responseType: 'blob' | 'arrarybuffer'
then theresposne.data
isBlob
andArrayBuffer
, no needresponse.blob()
orresponse.arraybuffer()
anymore. - Fix(interceptors): make sure the multiple response interceptors chain behaviour same as axios's interceptors.
Thanks @Aybee5 and @mgoodfellow
What's Changed
- Response type blob arrarybuffer and add same axios's multiple response interceptors chain behaviour by @suhaotian in #16
Full Changelog: v0.3.13...v0.4.0