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

This commit is contained in:
Cristi Vijdea
2019-04-01 03:19:26 +03:00
parent b57413023b
commit 017ae3d240
6 changed files with 856 additions and 128 deletions
+15
View File
@@ -2,6 +2,21 @@
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**
**********
+795 -83
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-rc.2",
"swagger-ui-dist": "^3.21.0"
"redoc": "^2.0.0-rc.4",
"swagger-ui-dist": "^3.22.0"
},
"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