Releases: khaledsukkar2/drf-shapeless-serializers
Releases · khaledsukkar2/drf-shapeless-serializers
Release list
v1.0.7
- Nested Syntax: Added support for passing instantiated serializers in the
nestedconfiguration. This allows for a more pythonic, type-safe, and cleaner syntax compared to the dictionary-based approach. - ShapelessViewMixin: Introduced
ShapelessViewMixinfor Class-Based Views support. This mixin automatically injects dynamic configuration (fields, nested, etc.) into the serializer, simplifying controller logic. - Improved Test Suite: Added more tests for nested relationships and DRF view classes to ensure robustness.