|
2 | 2 | Changelog |
3 | 3 | ========= |
4 | 4 |
|
| 5 | +1.0.0 |
| 6 | +===== |
| 7 | + |
| 8 | +* feat: Add site middleware by @metaforx in https://github.com/django-cms/djangocms-rest/pull/50 |
| 9 | +* feat: Add menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/49 |
| 10 | +* feat: add OpenAPI support for "preview" query parameter by @metaforx in https://github.com/django-cms/djangocms-rest/pull/53 |
| 11 | +* feat: Add `path` field to menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/65 |
| 12 | +* feat: Add Django 6.0 support to CI by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/72 |
| 13 | +* feat: Add readthedocs support by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/75 |
| 14 | +* feat: Remove PlaceholderRelationSerializer and add Placeholder content instead by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/73 |
| 15 | +* feat: add package data configuration for static and template files by @metaforx in https://github.com/django-cms/djangocms-rest/pull/81 |
| 16 | +* feat: Add page search endpoint by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/64 |
| 17 | +* feat: Preserve placeholder order by @metaforx in https://github.com/django-cms/djangocms-rest/pull/83 |
| 18 | +* refactor: add distinct operationId in openapi schema for menu endpoint by @metaforx in https://github.com/django-cms/djangocms-rest/pull/80 |
| 19 | +* fix: OpenAPI schema for nested navigation by @metaforx in https://github.com/django-cms/djangocms-rest/pull/58 |
| 20 | +* fix: Page serializer returned null for empty meta_description by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/56 |
| 21 | +* fix: Add menu endpoint with root_id for the root page by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/57 |
| 22 | +* fix: Respect ?preview for menu views by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/70 |
| 23 | +* fix: Check for toolbar attribute before setting preview mode on `?preview=1` request by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/71 |
| 24 | +* fix: try to fix the issue with coverage files not uploading by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/74 |
| 25 | +* fix: readthedocs build by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/76 |
| 26 | +* fix: Add page path to node attributes by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/78 |
| 27 | +* fix: Add tests to verify caching behavior by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/85 |
| 28 | + |
| 29 | + |
5 | 30 | 0.8.1 |
6 | 31 | ===== |
7 | 32 | * fix: Package data was missing from wheel |
|
0 commit comments