Skip to content

Commit 1d60478

Browse files
committed
2.0.0-alpha.22
1 parent 7e238dc commit 1d60478

File tree

2 files changed

+30
-5
lines changed

2 files changed

+30
-5
lines changed

CHANGELOG.md

Lines changed: 29 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.0.0-alpha.22](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.21...v2.0.0-alpha.22) (2020-07-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **ts-utils:** remove timezone detection from DateFromISODateStringIO ([7e238dc](https://github.com/devexperts/swagger-codegen-ts/commit/7e238dc))
7+
8+
9+
110
# [2.0.0-alpha.21](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.20...v2.0.0-alpha.21) (2020-07-08)
211

312

@@ -21,7 +30,21 @@
2130

2231

2332

24-
# [2.0.0-alpha.19](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.17...v2.0.0-alpha.19) (2020-05-20)
33+
# [2.0.0-alpha.19](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.18...v2.0.0-alpha.19) (2020-05-20)
34+
35+
36+
### Features
37+
38+
* support arbitrary strings as type names in TS for OA3 ([79cd66e](https://github.com/devexperts/swagger-codegen-ts/commit/79cd66e)), closes [#114](https://github.com/devexperts/swagger-codegen-ts/issues/114)
39+
40+
41+
### BREAKING CHANGES
42+
43+
* type names and IO constant names now replace all non-alphanumeric characters with '_'
44+
45+
46+
47+
# [2.0.0-alpha.18](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.17...v2.0.0-alpha.18) (2020-04-17)
2548

2649

2750
### Bug Fixes
@@ -34,12 +57,10 @@
3457
### Features
3558

3659
* filter operations response ([6164744](https://github.com/devexperts/swagger-codegen-ts/commit/6164744))
37-
* support arbitrary strings as type names in TS for OA3 ([79cd66e](https://github.com/devexperts/swagger-codegen-ts/commit/79cd66e)), closes [#114](https://github.com/devexperts/swagger-codegen-ts/issues/114)
3860

3961

4062
### BREAKING CHANGES
4163

42-
* type names and IO constant names now replace all non-alphanumeric characters with '_'
4364
* void response is added to resulting response type
4465
* non-successful response types are filtered out of resulting response type
4566

@@ -64,7 +85,7 @@
6485

6586

6687

67-
# [2.0.0-alpha.15](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.13...v2.0.0-alpha.15) (2020-01-23)
88+
# [2.0.0-alpha.15](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2020-01-23)
6889

6990

7091
### Bug Fixes
@@ -83,6 +104,10 @@
83104

84105

85106

107+
# [2.0.0-alpha.14](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2020-01-17)
108+
109+
110+
86111
# [2.0.0-alpha.13](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.12...v2.0.0-alpha.13) (2020-01-16)
87112

88113

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devexperts/swagger-codegen-ts",
3-
"version": "2.0.0-alpha.21",
3+
"version": "2.0.0-alpha.22",
44
"description": "TS generator for swagger spec",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)