53 lines
2.1 KiB
Markdown
53 lines
2.1 KiB
Markdown
|
|
||
|
|
||
|
## [0.3.2](https://github.com/zxfd/uniapp-axios-adapter/compare/0.3.1...0.3.2) (2022-11-24)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **adapters:** 🐞 移除不需要的Promise处理 ([2a637aa](https://github.com/zxfd/uniapp-axios-adapter/commit/2a637aa86d4cdce8704227a70d4830e00c1ea631))
|
||
|
|
||
|
## [0.3.1](https://github.com/zxfd/uniapp-axios-adapter/compare/0.3.0...0.3.1) (2022-11-24)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **adapters:** 🐞 修复参数为对象时,中断请求的问题 ([8cc480a](https://github.com/zxfd/uniapp-axios-adapter/commit/8cc480a33fac61d4df0997de880af632d8de0a72))
|
||
|
|
||
|
# [0.3.0](https://github.com/zxfd/uniapp-axios-adapter/compare/0.2.2...0.3.0) (2022-11-08)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **index.d.ts:** ✨ 新增类型声明文件,支持ts ([7f7076b](https://github.com/zxfd/uniapp-axios-adapter/commit/7f7076b8c5ade0227e8f568cc62b3ab5f9e70f63))
|
||
|
* **package.json:** ✨ 同时支持commonJS esm和ts ([2cde861](https://github.com/zxfd/uniapp-axios-adapter/commit/2cde8611b4fcd6efe5b31d4cb100ccf91c5bde01))
|
||
|
|
||
|
## [0.2.2](https://github.com/zxfd/uniapp-axios-adapter/compare/0.2.1...0.2.2) (2022-10-28)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **adapters适配器:** 🐞 修复参数未正确携带的问题 ([cc45064](https://github.com/zxfd/uniapp-axios-adapter/commit/cc45064ff4c21172694bb679cd0afe7adcbcb335))
|
||
|
|
||
|
## [0.2.1](https://github.com/zxfd/uniapp-axios-adapter/compare/0.2.0...0.2.1) (2022-10-22)
|
||
|
|
||
|
|
||
|
### Bug Fixes
|
||
|
|
||
|
* **adapters:** 🐞 在非uni-app环境下报错 ([783198f](https://github.com/zxfd/uniapp-axios-adapter/commit/783198f86db6d48f2d528fd50b59ab0d3cb16062))
|
||
|
|
||
|
# [0.2.0](https://github.com/zxfd/uniapp-axios-adapter/compare/0.1.0...0.2.0) (2022-10-22)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **index入口文件:** ✨ 默认导出设置了适配器的axios ([1b37542](https://github.com/zxfd/uniapp-axios-adapter/commit/1b3754231892a8793ff11f6fc636c098c87b277a))
|
||
|
|
||
|
## [0.1.1](https://github.com/zxfd/uniapp-axios-adapter/compare/0.1.0...0.1.1) (2022-10-21)
|
||
|
|
||
|
# 0.1.0 (2022-10-21)
|
||
|
|
||
|
|
||
|
### Features
|
||
|
|
||
|
* **init:** ✨ 添加uni-app下的axios适配器 ([1b98b03](https://github.com/zxfd/uniapp-axios-adapter/commit/1b98b03b5c0d334213af1f38347aaa04745fa07b))
|