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 86223f3 commit 07aeca6Copy full SHA for 07aeca6
CHANGELOG.md
@@ -0,0 +1,21 @@
1
+# v2.0.0
2
+
3
+**Breaking: Axios configuration options must now be nested under a `config` key in module registration to support new features**
4
5
+Before:
6
+```ts
7
+AxiosModule.register({
8
+ baseURL: "https://example.com",
9
+ ...
10
+})
11
+```
12
13
+After:
14
15
16
+ config: {
17
18
19
+ },
20
21
0 commit comments