|
1 | 1 | # Changelog |
2 | 2 | All notable changes to this project will be documented in this file. |
3 | 3 |
|
4 | | -## [0.18.0] - 2021-01-28 |
| 4 | +## [0.18.0] - 2022-01-28 |
5 | 5 | ### Added |
6 | 6 | - Angular client generation! |
7 | 7 | - Updated documentation with more examples and better descriptions |
8 | 8 |
|
9 | | -## [0.17.0] - 2021-01-26 |
| 9 | +## [0.17.0] - 2022-01-26 |
10 | 10 | ### Fixed |
11 | 11 | - Shorthand notation for properties passed through constructor |
12 | 12 | - Simplified creation of headers |
13 | 13 | - Prepare codebase for Angular client |
14 | 14 |
|
15 | | -## [0.16.2] - 2021-01-26 |
| 15 | +## [0.16.2] - 2022-01-26 |
16 | 16 | ### Fixed |
17 | 17 | - Removed dependency on `URLSearchParams` to support browser and node without any additional imports |
18 | 18 |
|
19 | | -## [0.16.1] - 2021-01-26 |
| 19 | +## [0.16.1] - 2022-01-26 |
20 | 20 | ### Fixed |
21 | 21 | - Correct export inside `index.ts` when giving a custom name |
22 | 22 |
|
23 | | -## [0.16.0] - 2021-01-25 |
| 23 | +## [0.16.0] - 2022-01-25 |
24 | 24 | ### Added |
25 | 25 | - Added option to set the indentation (spaces and tabs) |
26 | 26 | - Added option to export separate client file that allows usage for multiple backends |
27 | 27 | ### Fixed |
28 | 28 | - Decoupled OpenAPI object from requests |
29 | 29 | - Updated dependencies |
30 | 30 |
|
31 | | -## [0.15.0] - 2021-01-24 |
| 31 | +## [0.15.0] - 2022-01-24 |
32 | 32 | ### Added |
33 | 33 | - Added change log and releases on GitHub |
34 | 34 |
|
35 | | -## [0.14.0] - 2021-01-24 |
| 35 | +## [0.14.0] - 2022-01-24 |
36 | 36 | ### Fixed |
37 | 37 | - Added missing `postfix` options to typedef |
38 | 38 | - Updated escaping of comments and descriptions |
|
0 commit comments