Include Serializer._type in collection serializer json_key cascade

This commit is contained in:
Benjamin Fleischer
2016-03-24 23:56:53 -05:00
parent 2dd0c33461
commit a74d174420
5 changed files with 31 additions and 31 deletions

View File

@@ -3,6 +3,8 @@
Breaking changes:
Features:
- [#1618](https://github.com/rails-api/active_model_serializers/issues/1618) Get collection root key for
empty collection from explicit serializer option, when possible. (@bf4)
- [#1574](https://github.com/rails-api/active_model_serializers/pull/1574) Provide key translation. (@remear)
- [#1494](https://github.com/rails-api/active_model_serializers/pull/1494) Make serializers serializalbe
(using the Attributes adapter by default). (@bf4)