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

openapi3
Cristi Vîjdea 2018-05-14 18:59:59 +03:00
parent 94f6ca8c89
commit 3077195396
7 changed files with 225 additions and 1762 deletions

View File

@ -9,6 +9,8 @@ Changelog
*Release date: May 14, 2018* *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 - **FIXED:** ignore ``None`` return from ``get_operation`` to avoid empty ``Path`` objects in output
********* *********

1731
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,8 @@
{ {
"name": "drf-yasg", "name": "drf-yasg",
"dependencies": { "dependencies": {
"redoc": "^2.0.0-alpha.17", "redoc": "^2.0.0-alpha.20",
"swagger-ui-dist": "^3.14.1" "swagger-ui-dist": "^3.14.2"
}, },
"repository": { "repository": {
"type": "git", "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