Skip to content

Commit 19497ac

Browse files
committed
changelog
1 parent 66a0c17 commit 19497ac

File tree

2 files changed

+65
-4
lines changed

2 files changed

+65
-4
lines changed

CHANGELOG.md

Lines changed: 64 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# 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.
39

410
## [0.29.0] - 2024-04-05
11+
512
> Please migrate your projects to use [@hey-api/openapi-ts](https://github.com/hey-api/openapi-ts)
613
714
The `@hey-api/openapi-ts`
@@ -10,128 +17,182 @@ maintain the OpenAPI generator and give it the love it deserves. Please support
1017
sure to migrate your projects: https://heyapi.vercel.app/openapi-ts/migrating.html
1118

1219
### Fixed
13-
- Upgraded dependencies
1420

21+
- Upgraded dependencies
1522

1623
## [0.28.0] - 2024-03-19
24+
1725
### Fixed
26+
1827
- Upgraded dependencies
1928
- Windows issue when resolving external spec files
2029
- Media-type for falsy bodies except 'undefined'
2130
- Updated typo in generated header
31+
2232
### Added
33+
2334
- Enabled `withXSRFToken` for Axios
2435

2536
## [0.27.0] - 2024-01-15
37+
2638
### Fixed
39+
2740
- Reverted `@apidevtools/json-schema-ref-parser` to version 10.1.0
2841

2942
## [0.26.0] - 2024-01-07
43+
3044
### Fixed
45+
3146
- Upgraded dependencies
3247

3348
## [0.25.0] - 2023-07-05
49+
3450
### Fixed
51+
3552
- Upgraded dependencies
53+
3654
### Added
55+
3756
- Allow usage of a custom axios instance
3857
- Added message in generated files
3958

4059
## [0.24.0] - 2023-04-10
60+
4161
### Fixed
62+
4263
- Upgraded dependencies
4364
- Fixed issue with Cancelable promise
4465
- Fixed issue with escaping reserved keywords in schema names
66+
4567
### Added
68+
4669
- Added `--postfixModels` option
4770

4871
## [0.23.0] - 2022-06-02
72+
4973
### Fixed
74+
5075
- Upgraded dependencies
5176
- Added blank line at the end of generated files
5277
- Added support for Node.js v12
78+
5379
### Added
80+
5481
- Added `request` property inside `ApiError`
5582
- Added support for `@depricated` inside models and operations
5683

5784
## [0.22.0] - 2022-04-26
85+
5886
### Fixed
87+
5988
- Upgraded dependencies
6089
- Fixed issue with `null` value inside comments for OpenAPI v2 enums
6190
- Fixed issue with compatibility for latest version of Axios (0.27.x)
91+
6292
### Removed
93+
6394
- Removed deprecated enum model generation
6495

6596
## [0.21.0] - 2022-04-06
97+
6698
### Fixed
99+
67100
- Return `undefined` to match `noImplicitReturns` rule
68101
- Made `BaseHttpRequest` class abstract
69102
- Removed private fields using `#` inside `CancelablePromise`
70103
- Removed unneeded import `AbortController` from `node-fetch` client
71104
- Filter out wrong enum values
72105

73106
## [0.20.1] - 2022-02-25
107+
74108
### Fixed
109+
75110
- Support enums with single quotes in names for V2
76111

77112
## [0.20.0] - 2022-02-25
113+
78114
### Fixed
115+
79116
- Updated dependencies
80117
- Support enums with single quotes in names for V3
81118
- Generating better names when `operationId` is not given (breaking change)
82119
- Fixed issue where `x-enum` flags where breaking due to non-string values
83120

84121
## [0.19.0] - 2022-02-02
122+
85123
### Added
124+
86125
- Support for Angular client with `--name` option
87126
- Added test cases for Angular client
88127

89128
## [0.18.2] - 2022-02-02
129+
90130
### Fixed
131+
91132
- Updated dependencies
92133
- Fixed type definition
134+
93135
### Added
136+
94137
- Added test cases for CLI commands
95138
- Added test cases for query parsing
96139

97140
## [0.18.1] - 2022-01-31
141+
98142
### Fixed
143+
99144
- Escaping error description
100145
- Made `Client.request` and `BaseHttpRequest.config` props public
101146

102-
_## [0.18.0] - 2022-01-28
147+
\_## [0.18.0] - 2022-01-28
148+
103149
### Added
150+
104151
- Angular client generation!
105152
- Updated documentation with more examples and better descriptions
106153

107154
## [0.17.0] - 2022-01-26
155+
108156
### Fixed
157+
109158
- Shorthand notation for properties passed through constructor
110159
- Simplified creation of headers
111160
- Prepare codebase for Angular client
112161

113162
## [0.16.2] - 2022-01-26
163+
114164
### Fixed
165+
115166
- Removed dependency on `URLSearchParams` to support browser and node without any additional imports
116167

117168
## [0.16.1] - 2022-01-26
169+
118170
### Fixed
171+
119172
- Correct export inside `index.ts` when giving a custom name
120173

121174
## [0.16.0] - 2022-01-25
175+
122176
### Added
177+
123178
- Added option to set the indentation (spaces and tabs)
124179
- Added option to export separate client file that allows usage for multiple backends
180+
125181
### Fixed
182+
126183
- Decoupled OpenAPI object from requests
127184
- Updated dependencies
128185

129186
## [0.15.0] - 2022-01-24
187+
130188
### Added
189+
131190
- Added change log and releases on GitHub
132191

133192
## [0.14.0] - 2022-01-24
193+
134194
### Fixed
195+
135196
- Added missing `postfix` options to typedef
136197
- Updated escaping of comments and descriptions
137198
- Better handling of services without tags

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@athlera/openapi-typescript-codegen",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Chris Magnussen <[email protected]>",
66
"repository": {

0 commit comments

Comments
 (0)