New Features - Add `AUTO_APPLY_EAGER_LOADING` setting and `auto_apply_eager_loading` view attribute, Closed 85
Fixes - Fixed 90 - Fixed 93 - Fixed 98
0.7.1
New Features - Add `restql_settings` object and corresponding Django setting variable named `RESTQL` for all **Django RESTQL** configurations, Closed 84 - Add `QUERY_PARAM_NAME` for configuring restql query parameter name, Closed 84 - Make `EagerLoadingMixin` independent of `DynamicFieldsMixin`, Closed 86
0.7.0
New Features - Selecting and Prefetching related fields dynamically with 'EagerLoadingMixin`, closed 63
Fixes - Bug on `DynamicSerializerMethodField`, closed 76
0.6.0
New Features - Add exclude(-) and wildcard(*) operators on query, Closed 69 - Add DynamicSerializerMethodField, Closed 57