File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 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 )
22
33
44### Bug Fixes
88
99### Features
1010
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 ) )
1113* 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 )
1214
1315
Original file line number Diff line number Diff line change 11{
22 "name" : " @devexperts/swagger-codegen-ts" ,
3- "version" : " 2.0.0-alpha.24 " ,
3+ "version" : " 2.0.0-alpha.25 " ,
44 "description" : " TS generator for swagger spec" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
77 "ts-node" : " ts-node" ,
8- "test:lint" : " eslint ' ./src/**/*.ts' ' ./test/**/*.ts' --fix" ,
8+ "test:lint" : " eslint \" ./src/**/*.ts\" \" ./test/**/*.ts\" --fix" ,
99 "test:build" : " tsc -p tsconfig.test.json" ,
1010 "test:jest" : " jest" ,
1111 "test" : " yarn test:lint && yarn prettier && yarn test:jest && yarn test:build" ,
You can’t perform that action at this time.
0 commit comments