Warning BREAKING CHANGE: CreateAxiosRequestTransformer now must return AxiosRequestTransformer instead of AxiosResponseTransformer.
axios [1.0.0, 2.0.0) are now supported.
< 1.0.0 versions are also supported, but it will be deleted in the next major release.
To run jest testing on axios v1, I also added babel-jest to transform ES modules that axios exports because jest only supports CommonJS without enabling experimental ESM support implicitly.
Closes #45
axios [1.0.0, 2.0.0) are now supported. < 1.0.0 versions are also supported, but it will be deleted in the next major release.
To run jest testing on axios v1, I also added babel-jest to transform ES modules that axios exports because jest only supports CommonJS without enabling experimental ESM support implicitly.