Skip to content

Commit

Permalink
Merge branch 'martvaha-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
ojoanalogo committed Apr 29, 2021
2 parents d2d2cc9 + b4c6972 commit 2529081
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ await RedocModule.setup('/docs', app, document, redocOptions);
| Tag Group options info |
| name | Tag name | string |
| tags | Tag collection | string[] |
| redocVersion | Set an specific redoc version | string,number | By default it's "latest" |




**Note**: If you want to change your ReDoc theme settings, take a look at the official ReDoc documentation: <https://github.com/Redocly/redoc/blob/master/src/theme.ts>

Expand Down Expand Up @@ -154,6 +158,7 @@ Bellow are a list of changes, some might go undocumented
- 2.0.0 - Added authentication option, fixed issues with CSP and nestjs version compatibility issues
- 2.1.0 - Added x-tagGroups extension property
- 2.1.1 - Fixed CSP issue on Safari browser
- 2.2.0 - Added version property, this way you can pin redoc to a specific version

## 📋 ToDo

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nestjs-redoc",
"version": "2.1.1",
"version": "2.2.0",
"description": "NestJS ReDoc frontend",
"repository": "https://github.com/mxarc/nestjs-redoc",
"author": "Alfonso Reyes",
Expand Down Expand Up @@ -69,4 +69,4 @@
"path": "./node_modules/cz-conventional-changelog"
}
}
}
}

0 comments on commit 2529081

Please sign in to comment.