- fixes trailing slashes settings on `fix_nested_path_parameters` hook
0.3.1
Fixed
- fixes `AttributeError 'function' object has no attribute 'cls'` on `fix_nested_path_parameters` hook
0.3.0
Added
- new `fix_nested_path_parameters` to change the path parameter naming for [nested routes](https://chibisov.github.io/drf-extensions/docs/#nested-routes). This hook changes the path parameter name to match `{ResourceType}Id` pattern instead of `parent_lookup_{django_related_name}`.
0.2.0
Added
- add missing `readOnly` attribute to relationships
0.1.4
Fixed
- add missing required definitions of relationships
0.1.3
Fixed
- possible `KeyError` in `_get_response_for_code` function if content is not present in the returned dict of parent class.