History

0.1.0 (2017-07-01)

  • First release on PyPI.

0.7.0 (2017-07-28)

  • Implement VersionedSerializer
  • Implement view_config
  • Make the library an installable Django app

0.8.0 (2017-07-28)

  • Some minor fixes to make sure it works on generic project
  • Add examples

0.8.1 (2017-07-28)

  • Fix bug when parsing empty docstring of the serializer

0.9.0 (2017-07-28)

  • Rename base VersionedSerializer into VersionedSerializers

0.9.1 (2017-07-28)

  • Fix import issue after renaming

0.9.3 (2017-08-05)

  • Add support for different response status codes (Issue 27)

0.9.5 (2017-08-12)

  • Add Python 2.7 compatibility (thanks tuffnatty)
  • Add support for ModelViewSet (thanks tuffnatty)

0.9.6 (2017-08-12)

  • Fix type display for child of ListSerializer/ListField (Issue 28)

0.9.7 (2017-09-12)

  • Improve permission for schema view (Issue 31)

0.9.8 (2017-10-01)

  • Turn schema view into a class-based view for easier customization

0.9.9 (2017-10-01)

  • Another fix for ListSerializer/ListField (Issue 28)

1.0.1 (2017-12-14)

  • Fix DRF 3.7 compatibility issue
  • Added (werwty) as a maintainer

1.1.0 (2017-12-14)

1.2.0 (2017-12-20)

  • Make serializer_class optional (Issue 57)

1.3.0 (2018-01-02)

  • Support GET request query parameters