Skip to content
Merged
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 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: 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"