Update swagger-ui to 3.22.0 and ReDoc to 2.0.0-rc.4

master
Cristi Vijdea 2019-04-01 03:19:26 +03:00
parent b57413023b
commit 017ae3d240
6 changed files with 856 additions and 128 deletions

View File

@ -2,6 +2,21 @@
Changelog Changelog
######### #########
**********
**1.15.0**
**********
*Release date: Mar 04, 2019*
- **IMPROVED:** updated ``swagger-ui`` to version 3.21.0
- **FIXED:** implicit ``ref_name`` collisions will now throw an exception
- **FIXED:** ``RecursiveField`` will now also work as a child of ``ListSerializer`` (:pr:`321`)
- **FIXED:** fixed ``minLength`` and ``maxLength`` for ``ListSerializer`` and ``ListField``
- **FIXED:** the ``items`` property of ``Schema``, ``Parameter`` and ``Items`` objects was renamed to ``items_``; this
is a *mildly breaking change* and was needed to fix the collision with the ``items`` method of ``dict`` (:pr:`308`)
- **REMOVED:** the ``get_summary`` and ``get_description`` methods have been removed (previously deprecated in 1.12.0)
********** **********
**1.14.0** **1.14.0**
********** **********

878
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-rc.2", "redoc": "^2.0.0-rc.4",
"swagger-ui-dist": "^3.21.0" "swagger-ui-dist": "^3.22.0"
}, },
"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