File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 1+ # [ 2.0.0-alpha.10] ( https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.9...v2.0.0-alpha.10 ) (2019-12-09)
2+
3+
4+ ### Bug Fixes
5+
6+ * fix '..' and '.' in spec names ([ 3cec483] ( https://github.com/devexperts/swagger-codegen-ts/commit/3cec483 ) )
7+
8+
9+ ### Code Refactoring
10+
11+ * simplify resolveRef ([ 763cc68] ( https://github.com/devexperts/swagger-codegen-ts/commit/763cc68 ) )
12+
13+
14+ ### BREAKING CHANGES
15+
16+ * language is now a Reader of ResolveRefContext
17+ * resolveRef now requires decoder as a second argument
18+ * generate doesn't include ` out ` path in spec output
19+ * language doesn't accept ` out ` path and can return ` Fragment ` to write to ` out ` directly
20+
21+
22+
123# [ 2.0.0-alpha.9] ( https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.8...v2.0.0-alpha.9 ) (2019-12-06)
224
325
Original file line number Diff line number Diff line change 11{
22 "name" : " @devexperts/swagger-codegen-ts" ,
3- "version" : " 2.0.0-alpha.9 " ,
3+ "version" : " 2.0.0-alpha.10 " ,
44 "description" : " TS generator for swagger spec" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments