Releases: mpyw/axios-case-converter
Releases · mpyw/axios-case-converter
v1.1.1
v1.1.0
v1.0.1
v0.11.1
v0.11.0
Don't accept class instances as transformable by mpyw · Pull Request #50 · mpyw/axios-case-converter
Warning BREAKING CHANGE
isPlainObject
logic has been changed. Now it doesn't try to convert class instances, such asmoment()
v0.10.0
The two critical problems are:
- The value returned from
axios-mock-adapter
mock definitions must be anAxiosHeaders
object, otherwise the instance reference will be changed.axios
does not exposeAxiosHeaders
constructor.While not a bug, axios@v1 still has a problem for testability. In this PR, I managed to get the test passed via dirty hacks.
Although #47 was not a bug, still there are problems.
v0.10.0-alpha.1
feat!: Support Axios v1 by siketyan · Pull Request #46 · mpyw/axios-case-converter
Warning BREAKING CHANGE: CreateAxiosRequestTransformer now must return AxiosRequestTransformer instead of AxiosResponseTransformer.
Also please have a look at the following issue:
v0.9.0
- Follow up [email protected] changes by mpyw · Pull Request #42 · mpyw/axios-case-converter
- Axios version dependency warning · Issue #41 · mpyw/axios-case-converter
- BREAKING CHANGE: 🧨
AxiosTransformer
->AxiosRequestTransformer
/AxiosResponseTransformer
v0.8.0
tslib
will be installed from now on.