Skip to content

Commit caf3be5

Browse files
committed
0.24.0
1 parent c2d53d8 commit caf3be5

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [0.24.0] - 2022-06-02
5+
### Fixed
6+
- Upgraded dependencies
7+
- Escape reserved keywords in schema names (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1192)
8+
- Fix pattern single quote escaping (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1275)
9+
- Fix undefined request body when body is a valid JSON falsy value: false or 0, "". (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1076)
10+
### Added
11+
- Add model postfix (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1141)
12+
- Support free-form objects (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1165)
13+
- Set default providedIn to root for angular client (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1250)
14+
- Add json support for application/problem+json content type (https://github.com/ferdikoomen/openapi-typescript-codegen/pull/1208)
15+
416
## [0.23.0] - 2022-06-02
517
### Fixed
618
- Upgraded dependencies

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jshmrtn/openapi-typescript-codegen",
3-
"version": "0.23.0",
3+
"version": "0.24.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/jshmrtn/openapi-typescript-codegen",

0 commit comments

Comments
 (0)