Add support for top level jsonapi member.

This commit is contained in:
Benjamin Fleischer
2015-10-01 13:22:28 -05:00
parent 1f08865a10
commit 9d7da8afc4
7 changed files with 157 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ Features:
- [#1158](https://github.com/rails-api/active_model_serializers/pull/1158) Add support for wildcards in `include` option (@beauby)
- [#1127](https://github.com/rails-api/active_model_serializers/pull/1127) Add support for nested
associations for JSON and Attributes adapters via the `include` option (@NullVoxPopuli, @beauby).
- [#1050](https://github.com/rails-api/active_model_serializers/pull/1050) Add support for toplevel jsonapi member (@beauby, @bf4)
Fixes: