|
1 | | -v2.5.0 - [unreleased] |
| 1 | +v2.5.0 - Released July 11, 2018 |
| 2 | + |
2 | 3 | * Add new pagination classes based on JSON:API query parameter *recommendations*:
|
3 | 4 | * `JsonApiPageNumberPagination` and `JsonApiLimitOffsetPagination`. See [usage docs](docs/usage.md#pagination).
|
4 | | - * Deprecates `PageNumberPagination` and `LimitOffsetPagination`. |
5 | | -* Add `ReadOnlyModelViewSet` extension with prefetch mixins. |
| 5 | + * Deprecates `PageNumberPagination` and `LimitOffsetPagination` |
| 6 | +* Add `ReadOnlyModelViewSet` extension with prefetch mixins |
6 | 7 | * Add support for Django REST Framework 3.8.x
|
7 | | -* Introduce `JSON_API_FORMAT_FIELD_NAMES` option replacing `JSON_API_FORMAT_KEYS` but in comparision preserving |
| 8 | +* Introduce `JSON_API_FORMAT_FIELD_NAMES` option replacing `JSON_API_FORMAT_KEYS` but in comparison preserving |
8 | 9 | values from being formatted as attributes can contain any [json value](http://jsonapi.org/format/#document-resource-object-attributes).
|
9 | | - * `JSON_API_FORMAT_KEYS` still works as before (formating all json value keys also nested) but is marked as deprecated. |
| 10 | + * `JSON_API_FORMAT_KEYS` still works as before (formatting all json value keys also nested) but is marked as deprecated |
| 11 | +* Performance improvement when rendering included data |
| 12 | +* Allow overwriting of `get_queryset()` in custom `ResourceRelatedField` |
10 | 13 |
|
11 | 14 | v2.4.0 - Released January 25, 2018
|
12 | 15 |
|
|
0 commit comments