Skip to content

Commit

Permalink
2.0.0-alpha.15
Browse files Browse the repository at this point in the history
  • Loading branch information
raveclassic committed Jan 23, 2020
1 parent 2da2822 commit 6219546
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [2.0.0-alpha.15](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.14...v2.0.0-alpha.15) (2020-01-23)


### Bug Fixes

* fix OperationObject name generation without operationId ([2da2822](https://github.com/devexperts/swagger-codegen-ts/commit/2da2822))


### Features

* add `nullable` support for OpenAPI3 ([937c21f](https://github.com/devexperts/swagger-codegen-ts/commit/937c21f))


### BREAKING CHANGES

* if operation id is missing then url/pattern is included in the name



# [2.0.0-alpha.14](https://github.com/devexperts/swagger-codegen-ts/compare/v2.0.0-alpha.13...v2.0.0-alpha.14) (2020-01-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@devexperts/swagger-codegen-ts",
"version": "2.0.0-alpha.14",
"version": "2.0.0-alpha.15",
"description": "TS generator for swagger spec",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 6219546

Please sign in to comment.