Merge pull request #1225 from beauby/nested-serializer-lookup

Add support for nested serializers
This commit is contained in:
L. Preston Sego III
2015-10-09 10:12:08 -04:00
7 changed files with 160 additions and 8 deletions

View File

@@ -14,6 +14,7 @@ Breaking changes:
Features:
- [#1225](https://github.com/rails-api/active_model_serializers/pull/1125) Better serializer lookup, use nested serializer when it exists (@beauby)
- [#1172](https://github.com/rails-api/active_model_serializers/pull/1172) Better serializer registration, get more than just the first module (@bf4)
- [#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