We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5809fe commit 9eb7704Copy full SHA for 9eb7704
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+
2
3
+# [4.0.0](https://github.com/foca-js/foca-axios/compare/v3.1.0...v4.0.0) (2024-07-21)
4
5
6
+### Features
7
8
+* axios全局开启适配器 ([42a6eb8](https://github.com/foca-js/foca-axios/commit/42a6eb88a7fc7b815fb93536194b821b349efbe2))
9
10
11
+### BREAKING CHANGES
12
13
+* 缓存默认关闭
14
15
## [3.1.0](https://github.com/foca-js/foca-axios/compare/v3.0.2...v3.1.0) (2023-03-20)
16
17
- 所有特性默认都是开启的
package.json
@@ -1,6 +1,6 @@
{
"name": "foca-axios",
- "version": "3.1.0",
+ "version": "4.0.0",
"repository": "git@github.com:foca-js/foca-axios.git",
"license": "MIT",
"main": "dist/index.js",
0 commit comments