d3vyce
|
5a08ec2f57
|
feat: add faceted search in CrudFactory (#97)
* feat: add faceted search in CrudFactory
* feat: add filter_params_schema in CrudFactory
* fix: add missing Raises in build_search_filters docstring
* fix: faceted search
* fix: cov
* fix: documentation/filter_params
|
2026-02-26 15:23:07 +01:00 |
|
d3vyce
|
7da34f33a2
|
fix: handle Date, Float, Numeric cursor column types in cursor_paginate (#90)
|
2026-02-23 20:58:43 +01:00 |
|
d3vyce
|
6cf7df55ef
|
feat: add cursor based pagination in CrudFactory (#86)
|
2026-02-23 13:51:34 +01:00 |
|
d3vyce
|
7482bc5dad
|
feat: add schema parameter to CRUD methods for typed response serialization (#84)
|
2026-02-23 10:02:52 +01:00 |
|
d3vyce
|
9d07dfea85
|
feat: add opt-in default_load_options parameter in CrudFactory (#82)
* feat: add opt-in default_load_options parameter in CrudFactory
* docs: add Relationship loading in CRUD
|
2026-02-21 12:35:15 +01:00 |
|
d3vyce
|
31678935aa
|
Version 1.0.0 (#80)
* docs: fix typos
* chore: build docs only when release
* Version 1.0.0
|
2026-02-20 14:09:01 +01:00 |
|
d3vyce
|
6714ceeb92
|
chore: documentation (#76)
* chore: update docstring example to use python code block
* docs: add documentation
* feat: add docs build + fix other workdlows
* fix: add missing return type
|
2026-02-19 16:43:38 +01:00 |
|