We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8ae47 commit 9fb4329Copy full SHA for 9fb4329
CHANGELOG.md
@@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file.
3
4
## [0.20.0] - 2022-02-25
5
### Fixed
6
+- Updated dependencies
7
- Support enums with single quotes in names
8
- Generating better names when `operationId` is not given (breaking change)
9
- Fixed issue where `x-enum` flags where breaking due to non-string values
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "openapi-typescript-codegen",
- "version": "0.19.0",
+ "version": "0.20.0",
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
"author": "Ferdi Koomen",
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
0 commit comments