You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-10Lines changed: 15 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,35 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8))
10
+
* properly scope versioning types to axios clients with versioning ([648b9fb](https://github.com/Weffe/axios-api-versioning/commit/648b9fb)), closes [#5](https://github.com/Weffe/axios-api-versioning/issues/5)
11
11
12
12
13
+
### Features
13
14
14
-
# Change Log
15
+
* remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb))
15
16
16
-
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
32
+
### Features
30
33
31
-
# 1.0.0 (2019-02-26)
34
+
* add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58))
0 commit comments