2.0.0 Generic views (for real), relationships, refactoring
Generic views, process relationships
Backward-incompatible changes
- Automatically create all CRUD views based on schemas (see example)
- Allow to pass Client-Generated IDs (see example, JSON:API doc)
- Process relationships on create / update (see example, JSON:API doc)
- Accept pydantic model with any dependencies on it (see example)
- handle exceptions (return errors, JSON:API doc)
- refactor data layers
- tests coverage
Authors: