1
1
# Changelog
2
- All notable changes to this project will be documented in this file.
2
+
3
+ ## 0.29.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Make sure header params is not a part of the arguments
8
+ All notable changes to this project will be documented in this file.
3
9
4
10
## [ 0.29.0] - 2024-04-05
11
+
5
12
> Please migrate your projects to use [ @hey-api/openapi-ts ] ( https://github.com/hey-api/openapi-ts )
6
13
7
14
The ` @hey-api/openapi-ts `
@@ -10,128 +17,182 @@ maintain the OpenAPI generator and give it the love it deserves. Please support
10
17
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
11
18
12
19
### Fixed
13
- - Upgraded dependencies
14
20
21
+ - Upgraded dependencies
15
22
16
23
## [ 0.28.0] - 2024-03-19
24
+
17
25
### Fixed
26
+
18
27
- Upgraded dependencies
19
28
- Windows issue when resolving external spec files
20
29
- Media-type for falsy bodies except 'undefined'
21
30
- Updated typo in generated header
31
+
22
32
### Added
33
+
23
34
- Enabled ` withXSRFToken ` for Axios
24
35
25
36
## [ 0.27.0] - 2024-01-15
37
+
26
38
### Fixed
39
+
27
40
- Reverted ` @apidevtools/json-schema-ref-parser ` to version 10.1.0
28
41
29
42
## [ 0.26.0] - 2024-01-07
43
+
30
44
### Fixed
45
+
31
46
- Upgraded dependencies
32
47
33
48
## [ 0.25.0] - 2023-07-05
49
+
34
50
### Fixed
51
+
35
52
- Upgraded dependencies
53
+
36
54
### Added
55
+
37
56
- Allow usage of a custom axios instance
38
57
- Added message in generated files
39
58
40
59
## [ 0.24.0] - 2023-04-10
60
+
41
61
### Fixed
62
+
42
63
- Upgraded dependencies
43
64
- Fixed issue with Cancelable promise
44
65
- Fixed issue with escaping reserved keywords in schema names
66
+
45
67
### Added
68
+
46
69
- Added ` --postfixModels ` option
47
70
48
71
## [ 0.23.0] - 2022-06-02
72
+
49
73
### Fixed
74
+
50
75
- Upgraded dependencies
51
76
- Added blank line at the end of generated files
52
77
- Added support for Node.js v12
78
+
53
79
### Added
80
+
54
81
- Added ` request ` property inside ` ApiError `
55
82
- Added support for ` @depricated ` inside models and operations
56
83
57
84
## [ 0.22.0] - 2022-04-26
85
+
58
86
### Fixed
87
+
59
88
- Upgraded dependencies
60
89
- Fixed issue with ` null ` value inside comments for OpenAPI v2 enums
61
90
- Fixed issue with compatibility for latest version of Axios (0.27.x)
91
+
62
92
### Removed
93
+
63
94
- Removed deprecated enum model generation
64
95
65
96
## [ 0.21.0] - 2022-04-06
97
+
66
98
### Fixed
99
+
67
100
- Return ` undefined ` to match ` noImplicitReturns ` rule
68
101
- Made ` BaseHttpRequest ` class abstract
69
102
- Removed private fields using ` # ` inside ` CancelablePromise `
70
103
- Removed unneeded import ` AbortController ` from ` node-fetch ` client
71
104
- Filter out wrong enum values
72
105
73
106
## [ 0.20.1] - 2022-02-25
107
+
74
108
### Fixed
109
+
75
110
- Support enums with single quotes in names for V2
76
111
77
112
## [ 0.20.0] - 2022-02-25
113
+
78
114
### Fixed
115
+
79
116
- Updated dependencies
80
117
- Support enums with single quotes in names for V3
81
118
- Generating better names when ` operationId ` is not given (breaking change)
82
119
- Fixed issue where ` x-enum ` flags where breaking due to non-string values
83
120
84
121
## [ 0.19.0] - 2022-02-02
122
+
85
123
### Added
124
+
86
125
- Support for Angular client with ` --name ` option
87
126
- Added test cases for Angular client
88
127
89
128
## [ 0.18.2] - 2022-02-02
129
+
90
130
### Fixed
131
+
91
132
- Updated dependencies
92
133
- Fixed type definition
134
+
93
135
### Added
136
+
94
137
- Added test cases for CLI commands
95
138
- Added test cases for query parsing
96
139
97
140
## [ 0.18.1] - 2022-01-31
141
+
98
142
### Fixed
143
+
99
144
- Escaping error description
100
145
- Made ` Client.request ` and ` BaseHttpRequest.config ` props public
101
146
102
- _ ## [ 0.18.0] - 2022-01-28
147
+ \_ ## [ 0.18.0] - 2022-01-28
148
+
103
149
### Added
150
+
104
151
- Angular client generation!
105
152
- Updated documentation with more examples and better descriptions
106
153
107
154
## [ 0.17.0] - 2022-01-26
155
+
108
156
### Fixed
157
+
109
158
- Shorthand notation for properties passed through constructor
110
159
- Simplified creation of headers
111
160
- Prepare codebase for Angular client
112
161
113
162
## [ 0.16.2] - 2022-01-26
163
+
114
164
### Fixed
165
+
115
166
- Removed dependency on ` URLSearchParams ` to support browser and node without any additional imports
116
167
117
168
## [ 0.16.1] - 2022-01-26
169
+
118
170
### Fixed
171
+
119
172
- Correct export inside ` index.ts ` when giving a custom name
120
173
121
174
## [ 0.16.0] - 2022-01-25
175
+
122
176
### Added
177
+
123
178
- Added option to set the indentation (spaces and tabs)
124
179
- Added option to export separate client file that allows usage for multiple backends
180
+
125
181
### Fixed
182
+
126
183
- Decoupled OpenAPI object from requests
127
184
- Updated dependencies
128
185
129
186
## [ 0.15.0] - 2022-01-24
187
+
130
188
### Added
189
+
131
190
- Added change log and releases on GitHub
132
191
133
192
## [ 0.14.0] - 2022-01-24
193
+
134
194
### Fixed
195
+
135
196
- Added missing ` postfix ` options to typedef
136
197
- Updated escaping of comments and descriptions
137
198
- Better handling of services without tags
0 commit comments