Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@
Changelog
=========

1.0.0
=====

* feat: Add site middleware by @metaforx in https://github.com/django-cms/djangocms-rest/pull/50
* feat: Add menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/49
* feat: add OpenAPI support for "preview" query parameter by @metaforx in https://github.com/django-cms/djangocms-rest/pull/53
* feat: Add `path` field to menu endpoints by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/65
* feat: Add Django 6.0 support to CI by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/72
* feat: Add readthedocs support by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/75
* feat: Remove PlaceholderRelationSerializer and add Placeholder content instead by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/73
* feat: add package data configuration for static and template files by @metaforx in https://github.com/django-cms/djangocms-rest/pull/81
* feat: Add page search endpoint by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/64
* feat: Preserve placeholder order by @metaforx in https://github.com/django-cms/djangocms-rest/pull/83
* refactor: add distinct operationId in openapi schema for menu endpoin… by @metaforx in https://github.com/django-cms/djangocms-rest/pull/80
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue (typo): The word endpoin… appears truncated; consider changing it to endpoint.

The trailing ellipsis makes this look like a mistakenly truncated endpoint, likely copied from a shortened title. Using the full word would read more clearly.

Suggested change
* refactor: add distinct operationId in openapi schema for menu endpoin… by @metaforx in https://github.com/django-cms/djangocms-rest/pull/80
* refactor: add distinct operationId in openapi schema for menu endpoint by @metaforx in https://github.com/django-cms/djangocms-rest/pull/80

* fix: OpenAPI schema for nested navigation by @metaforx in https://github.com/django-cms/djangocms-rest/pull/58
* fix: Page serializer returned null for empty meta_description by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/56
* fix: Add menu endpoint with root_id for the root page by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/57
* fix: Respect ?preview for menu views by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/70
* 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
* fix: try to fix the issue with coverage files not uploading by @vinitkumar in https://github.com/django-cms/djangocms-rest/pull/74
* fix: readthedoc build by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/76
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (typo): Consider changing readthedoc to readthedocs for consistency with the earlier entry and the service name.

Using the plural form here ("readthedocs build") will match "readthedocs support" used earlier and align with the official service name, avoiding the appearance of a typo.

Suggested change
* fix: readthedoc build by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/76
* fix: readthedocs build by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/76

* fix: Add page path to node attributes by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/78
* fix: Add tests to verify caching behavior by @fsbraun in https://github.com/django-cms/djangocms-rest/pull/85


0.8.1
=====
* fix: Package data was missing from wheel
Expand Down
2 changes: 1 addition & 1 deletion djangocms_rest/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.8.1"
__version__ = "1.0.0"