Skip to content

Releases: mpyw/axios-case-converter

v1.1.1

18 Jan 11:29
39b650d
Compare
Choose a tag to compare

What's Changed

  • Use checkout v3 by @mpyw in #57
  • fix: Improved isAxiosHeaders validation to handle obfuscated code by @joaolrpm in #60
  • fix: Mark axios as external dependency in rollup config by @joaolrpm in #61

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

16 Mar 09:07
dac0d6d
Compare
Choose a tag to compare

v1.0.1

21 Feb 14:02
98ae26d
Compare
Choose a tag to compare

v0.11.1

15 Oct 06:38
7b65b86
Compare
Choose a tag to compare

v0.11.0

13 Oct 17:35
d4de809
Compare
Choose a tag to compare

v0.10.0

11 Oct 15:52
8d6ef9d
Compare
Choose a tag to compare

🤮 Fix axios and axios-mock-adapter compatibility issue on tests 🤮 by mpyw · Pull Request #48 · mpyw/axios-case-converter

The two critical problems are:

  • The value returned from axios-mock-adapter mock definitions must be an AxiosHeaders object, otherwise the instance reference will be changed.
  • axios does not expose AxiosHeaders 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

11 Oct 11:10
65bd300
Compare
Choose a tag to compare
v0.10.0-alpha.1 Pre-release
Pre-release

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:

axios v1.x bug: response header mutations via transformResponse are discarded · Issue #47 · mpyw/axios-case-converter

v0.9.0

14 Oct 03:22
f72cfad
Compare
Choose a tag to compare

v0.8.0

02 Jul 14:01
1d972fa
Compare
Choose a tag to compare

v0.7.0

14 Jan 14:06
f1697be
Compare
Choose a tag to compare
Update axios dependency to 0.21.1 (#34)