Benjamin Fleischer
2016-02-08 17:44:05 -06:00
6 changed files with 86 additions and 0 deletions

View File

@@ -66,6 +66,8 @@ Features:
CollectionSerializer for clarity, add ActiveModelSerializers.config.collection_serializer (@bf4)
- [#1295](https://github.com/rails-api/active_model_serializers/pull/1295) Add config `serializer_lookup_enabled` that,
when disabled, requires serializers to explicitly specified. (@trek)
- [#1247](https://github.com/rails-api/active_model_serializers/pull/1247) Add top-level links (@beauby)
* Add more tests and docs for top-level links (@leandrocp)
Fixes: