Skip to content

Commit 05a8048

Browse files
committed
2.0.0-alpha.10
1 parent c7d7d8d commit 05a8048

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
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

package.json

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

0 commit comments

Comments
 (0)