Update swagger-ui to 3.14.2 and ReDoc to 2.0.0-alpha.20

This commit is contained in:
Cristi Vîjdea
2018-05-14 18:59:59 +03:00
parent 94f6ca8c89
commit 3077195396
7 changed files with 225 additions and 1762 deletions
+2
View File
@@ -9,6 +9,8 @@ Changelog
*Release date: May 14, 2018*
- **IMPROVED:** updated ``swagger-ui`` to version 3.14.2
- **IMPROVED:** updated ``ReDoc`` to version 2.0.0-alpha.20
- **FIXED:** ignore ``None`` return from ``get_operation`` to avoid empty ``Path`` objects in output
*********
+121 -1610
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,8 +1,8 @@
{
"name": "drf-yasg",
"dependencies": {
"redoc": "^2.0.0-alpha.17",
"swagger-ui-dist": "^3.14.1"
"redoc": "^2.0.0-alpha.20",
"swagger-ui-dist": "^3.14.2"
},
"repository": {
"type": "git",
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long