Skip to content
This repository has been archived by the owner on Jan 11, 2021. It is now read-only.

Releases: marcgibbons/django-rest-swagger

2.2.0 Swagger-UI v3

30 Apr 20:02
Compare
Choose a tag to compare
  • 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

29 Oct 13:28
Compare
Choose a tag to compare
  • Make Django REST Framework 3.5.1 the minimum version
  • Provide get_swagger_view shortcut which wraps the DRF get_schema_view

2.0.5

22 Aug 12:57
Compare
Choose a tag to compare
2.0.5

2.0.2

20 Jul 11:56
Compare
Choose a tag to compare
  • Update Swagger UI and remove trailing styles.css (Fixes #487)
  • Remove 1.10 deprecation warning from render method
  • Update Manifest to exclude bytecode, include license and readme in dist.

Version 2.0: Django REST 3.4, CoreAPI

14 Jul 14:18
Compare
Choose a tag to compare
  • Breaking version change; accompanying Django REST Framework 3.4 and CoreAPI
  • Deprecation of introspection & YAML overrides
  • Use renderer classes to generate spec and UI