-
Notifications
You must be signed in to change notification settings - Fork 5
chore: Prepeare release 1.0.0 #89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -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 | ||||||
| * 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 | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. suggestion (typo): Consider changing 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: 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 | ||||||
|
|
||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| __version__ = "0.8.1" | ||
| __version__ = "1.0.0" |
There was a problem hiding this comment.
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 toendpoint.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.