File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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 )
1
+ # [ 2.0.0-alpha.25 ] ( https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.24 ...v2.0.0-alpha.25 ) (2021-05-25 )
2
2
3
3
4
4
### Bug Fixes
8
8
9
9
### Features
10
10
11
+ * ** asyncapi:** channel parameters ([ 33ea85d] ( https://github.com/devexperts/swagger-codegen-ts/commit/33ea85d ) )
12
+ * support binary and text responses for 2.0 spec ([ da355db] ( https://github.com/devexperts/swagger-codegen-ts/commit/da355db ) )
11
13
* 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
14
13
15
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @devexperts/swagger-codegen-ts" ,
3
- "version" : " 2.0.0-alpha.24 " ,
3
+ "version" : " 2.0.0-alpha.25 " ,
4
4
"description" : " TS generator for swagger spec" ,
5
5
"main" : " dist/index.js" ,
6
6
"scripts" : {
7
7
"ts-node" : " ts-node" ,
8
- "test:lint" : " eslint ' ./src/**/*.ts' ' ./test/**/*.ts' --fix" ,
8
+ "test:lint" : " eslint \" ./src/**/*.ts\" \" ./test/**/*.ts\" --fix" ,
9
9
"test:build" : " tsc -p tsconfig.test.json" ,
10
10
"test:jest" : " jest" ,
11
11
"test" : " yarn test:lint && yarn prettier && yarn test:jest && yarn test:build" ,
You can’t perform that action at this time.
0 commit comments