Releases: SergePauli/YrestAPI
Releases · SergePauli/YrestAPI
Initial stable release
- Initial stable release of YrestAPI: universal API for high-speed delivery of JSON object lists, defined by
.ymlmodel config files at the database query layer. - Read-only JSON API endpoints:
/api/indexand/api/count. /api/indexsupports filters, sorting, pagination, and nested relation paths./api/countsupports the same filter semantics as/api/index.- Declarative YAML model system with relations:
has_one,has_many,belongs_to, polymorphicbelongs_to,through. - Preset-driven JSON shaping, including nested presets.
- Formatter and computable field support.
- Integration test dataset and smoke coverage for complex relations.
- Recursive relation guardrails with
reentrantandmax_depth.