Skip to content

Commit 24437cd

Browse files
committed
2.0.0-alpha.24
1 parent 6d75474 commit 24437cd

File tree

2 files changed

+18
-16
lines changed

2 files changed

+18
-16
lines changed

CHANGELOG.md

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [2.0.0-alpha.24](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.23...v2.0.0-alpha.24) (2020-12-24)
2+
3+
4+
### Bug Fixes
5+
6+
* fix path to utils file when using date types ([#131](https://github.com/devexperts/swagger-codegen-ts/issues/131)) ([7448720](https://github.com/devexperts/swagger-codegen-ts/commit/7448720)), closes [#117](https://github.com/devexperts/swagger-codegen-ts/issues/117)
7+
8+
9+
### Features
10+
11+
* Support headers ([#133](https://github.com/devexperts/swagger-codegen-ts/issues/133)) ([24b70fa](https://github.com/devexperts/swagger-codegen-ts/commit/24b70fa)), closes [#57](https://github.com/devexperts/swagger-codegen-ts/issues/57)
12+
13+
14+
115
# [2.0.0-alpha.23](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.22...v2.0.0-alpha.23) (2020-11-02)
216

317

@@ -39,21 +53,7 @@
3953

4054

4155

42-
# [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)
43-
44-
45-
### Features
46-
47-
* 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)
48-
49-
50-
### BREAKING CHANGES
51-
52-
* type names and IO constant names now replace all non-alphanumeric characters with '_'
53-
54-
55-
56-
# [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)
56+
# [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)
5757

5858

5959
### Bug Fixes
@@ -66,10 +66,12 @@
6666
### Features
6767

6868
* filter operations response ([6164744](https://github.com/devexperts/swagger-codegen-ts/commit/6164744))
69+
* 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)
6970

7071

7172
### BREAKING CHANGES
7273

74+
* type names and IO constant names now replace all non-alphanumeric characters with '_'
7375
* void response is added to resulting response type
7476
* non-successful response types are filtered out of resulting response type
7577

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.23",
3+
"version": "2.0.0-alpha.24",
44
"description": "TS generator for swagger spec",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)