- **Feature:** Support trailing slash in `base_rule` for resources when using `id_rule` (86)
0.9.1
- **Feature:** Allow configuring header auth scheme in `JwtAuthentication` (84)
0.9.0
- **Breaking:** Change signature of `Related` to allow using nested `Related` objects to automatically create association objects (82)
0.8.1
- **Bugfix:** Fix support for nullable related fields - **Minor:** Don't package tests
0.8.0
- **Breaking:** Use `id_fields` instead of `id_view_arg` for configuring identifying view arg - **Feature:** Add support for composite IDs
0.7.0
The API for related views is a little bit different now. In most cases, you just have to use `Related` instead of `NestedRelated`. For advanced use cases, though, you can override `resolve_related_item` on views to control how related data get resolved.