|
1 |
| -# Change Log |
| 1 | +# Changelog |
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.
|
4 | 4 |
|
5 |
| -# [2.1.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0) (2019-03-02) |
6 |
| - |
| 5 | +## [3.0.0](https://github.com/Weffe/axios-api-versioning/compare/v2.1.0...v3.0.0) (2020-02-11) |
7 | 6 |
|
8 | 7 | ### Features
|
9 | 8 |
|
10 |
| -* **types:** expose custom axios types and bundle in a "types" folder ([086aa8c](https://github.com/Weffe/axios-api-versioning/commit/086aa8c)) |
11 |
| -* **types:** break types into separate folders ([635e79d](https://github.com/Weffe/axios-api-versioning/commit/635e79d)) |
| 9 | +- expose axios types at the top-level ([879718f](https://github.com/Weffe/axios-api-versioning/commit/879718f3e22b80ab0c54aedaa3338ccf594531aa)) |
12 | 10 |
|
| 11 | +# [2.1.0](https://github.com/Weffe/axios-api-versioning/compare/v2.0.0...v2.1.0) (2019-03-02) |
13 | 12 |
|
14 |
| -# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01) |
| 13 | +### Features |
15 | 14 |
|
| 15 | +- **types:** expose custom axios types and bundle in a "types" folder ([086aa8c](https://github.com/Weffe/axios-api-versioning/commit/086aa8c)) |
| 16 | +- **types:** break types into separate folders ([635e79d](https://github.com/Weffe/axios-api-versioning/commit/635e79d)) |
16 | 17 |
|
17 |
| -### Bug Fixes |
| 18 | +# [2.0.0](https://github.com/Weffe/axios-api-versioning/compare/v1.1.1...v2.0.0) (2019-03-01) |
18 | 19 |
|
19 |
| -* 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) |
| 20 | +### Bug Fixes |
20 | 21 |
|
| 22 | +- 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) |
21 | 23 |
|
22 | 24 | ### Features
|
23 | 25 |
|
24 |
| -* remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb)) |
25 |
| - |
| 26 | +- remove flexibilty of configuring versioning in axios.defaults ([3788dfb](https://github.com/Weffe/axios-api-versioning/commit/3788dfb)) |
26 | 27 |
|
27 | 28 | ### BREAKING CHANGES
|
28 | 29 |
|
29 |
| -* withVersioning config is now required |
30 |
| - |
| 30 | +- withVersioning config is now required |
31 | 31 |
|
32 | 32 | ## [1.1.1](https://github.com/Weffe/axios-api-versioning/compare/v1.1.0...v1.1.1) (2019-03-01)
|
33 | 33 |
|
34 | 34 | ### Bug Fixes
|
35 | 35 |
|
36 |
| -* properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8)) |
37 |
| - |
| 36 | +- properly let users override the Accept header in the req config ([f12e7b8](https://github.com/Weffe/axios-api-versioning/commit/f12e7b8)) |
38 | 37 |
|
39 | 38 | # [1.1.0](https://github.com/Weffe/axios-api-versioning/compare/v1.0.0...v1.1.0) (2019-02-27)
|
40 | 39 |
|
41 | 40 | ### Features
|
42 | 41 |
|
43 |
| -* add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58)) |
44 |
| - |
| 42 | +- add mediaTypeFormatter for manual formatting of Accept Header ([7827b58](https://github.com/Weffe/axios-api-versioning/commit/7827b58)) |
45 | 43 |
|
46 | 44 | # 1.0.0 (2019-02-26)
|
47 | 45 |
|
48 | 46 | ### Features
|
49 | 47 |
|
50 |
| -* add versioning interceptor ([0c7e187](https://github.com/Weffe/axios-api-versioning/commit/0c7e187)) |
51 |
| -* add withVersioning hook ([9063bbb](https://github.com/Weffe/axios-api-versioning/commit/9063bbb)) |
52 |
| -* **sandbox:** add browser sandbox ([5ec8003](https://github.com/Weffe/axios-api-versioning/commit/5ec8003)) |
53 |
| -* **sandbox:** add output box ([1676d81](https://github.com/Weffe/axios-api-versioning/commit/1676d81)) |
54 |
| -* allow for setting custom key names on QueryString and MediaType ([dc3892f](https://github.com/Weffe/axios-api-versioning/commit/dc3892f)) |
| 48 | +- add versioning interceptor ([0c7e187](https://github.com/Weffe/axios-api-versioning/commit/0c7e187)) |
| 49 | +- add withVersioning hook ([9063bbb](https://github.com/Weffe/axios-api-versioning/commit/9063bbb)) |
| 50 | +- **sandbox:** add browser sandbox ([5ec8003](https://github.com/Weffe/axios-api-versioning/commit/5ec8003)) |
| 51 | +- **sandbox:** add output box ([1676d81](https://github.com/Weffe/axios-api-versioning/commit/1676d81)) |
| 52 | +- allow for setting custom key names on QueryString and MediaType ([dc3892f](https://github.com/Weffe/axios-api-versioning/commit/dc3892f)) |
0 commit comments