Release 0.4.0
What's Changed
Features
- Replace
@required_annotations
withAnnotatedField
#77 - Replace
@required_fields
and@required_relations
with thefield_name
argument toRelatedField
,DjangoListField
, andDjangoConnectionField
#77
Fixes
- Fix nested many-to-many related relay connection fields returning duplicate values, as well as limiting not working correctly #80
Maintenance
- Simplify caching functions
- Add select related before prefetches in optimizer
Full Changelog: v0.3.5...v0.4.0