This repository has been archived by the owner on Jan 11, 2021. It is now read-only.
Releases: marcgibbons/django-rest-swagger
Releases · marcgibbons/django-rest-swagger
2.2.0 Swagger-UI v3
- Update Swagger UI to version 3.13.6
- Bootstrap client app to extend UI components in React (to improve auth functionality in the future for non-session APIs)
- Ability to customize headers; eventually will want to do this from the UI as well
2.1.0
- Make Django REST Framework 3.5.1 the minimum version
- Provide
get_swagger_view
shortcut which wraps the DRFget_schema_view
2.0.5
2.0.5
2.0.2
Version 2.0: Django REST 3.4, CoreAPI
- Breaking version change; accompanying Django REST Framework 3.4 and CoreAPI
- Deprecation of introspection & YAML overrides
- Use renderer classes to generate spec and UI