mpyw / axios-case-converter

Axios transformer/interceptor that converts snake_case/camelCase
MIT License
160 stars 18 forks source link

feat!: Support Axios v1 #46

Closed siketyan closed 2 years ago

siketyan commented 2 years ago

Closes #45

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.

siketyan commented 2 years ago

@mpyw Could you please approve to run CI workflow for confirming the tests pass?