Releases: lotrekagency/camomilla
v6.0.0-beta.16
v6.0.0-beta.16 (2024-11-09)
Chore
- chore: update example app (
a84bb51
)
Feature
-
feat(api): added possibility to filter api fields with fields query param (something like graphql) enjoy β (
5a9b94b
) -
feat(api): added query parser for more complex query with and and or conditions (
5f2bd5c
)
Fix
-
fix(menu): follow preview link if previewing page (
201c22d
) -
fix(model_api): fix router urlpatterns registering on local var" (
4726328
) -
fix(openapi): fix openapi schema generation (
03cada3
) -
fix(media): update optimization scripts to be compatible with future django versions (
a307032
) -
fix(model_api): fix authentication problems on model_api registered endpoints (
b2d5049
)
Refactor
- refactor: style π
(
3c99ad8
)
Unknown
v6.0.0-beta.15
v6.0.0-beta.15 (2024-10-26)
Chore
- chore: remove unused imports (
28aef13
)
Feature
-
feat(structured): upgrade features moving to django-structured-fields (
1d27f5f
) -
feat: removed slug and autogenerate permalink from title (
1cf082f
) -
feat: add permalink direct editing in abstract page (
d42b341
)
Unknown
- deps: fix rest framework versioning (
c31ef16
)
v6.0.0-beta.14
v6.0.0-beta.13
v6.0.0-beta.13 (2024-03-25)
Feature
- feat: allow composite slugs in page models without a parent (
4265a76
)
v6.0.0-beta.12
v6.0.0-beta.11
v6.0.0-beta.9
v6.0.0-beta.10
v6.0.0-beta.8
v6.0.0-beta.8 (2023-10-10)
Chore
-
chore: update test app to use sitemap (
d049220
) -
chore: black . π (
eb78a3b
) -
chore: added some comments on code (
0b1849b
) -
chore: code format (
53af6b4
) -
chore: added some typechecking to optimized storage (
3f8e60a
)
Documentation
-
docs: update docs emojis π (
53e511c
) -
docs: fix StructuredJSONField documentation (wrong field name in examples) (
1962b3b
) -
docs: added use sitemap on docs (
5924ade
) -
docs: update changelog (
70c92e1
)
Feature
-
feat: added camomilla sitemap (
0071ce3
) -
feat: added is public annotation to urlnodes (
19f6fcb
) -
feat: accept also single lang fields like title_en from serializers (
b1244d5
)
Fix
-
fix: fix structured cache getting value when not needed (
b3f7c2d
) -
fix: fix nest to plain typing (
d339a47
)
Refactor
- refactor: better typing for structured cache (
eac24b6
)