Make serializers serializable, step 1.

This commit is contained in:
Benjamin Fleischer
2016-02-03 11:12:40 -06:00
parent 9295080ee5
commit b169ed387b
3 changed files with 108 additions and 0 deletions

View File

@@ -3,6 +3,8 @@
Breaking changes:
Features:
- [#1494](https://github.com/rails-api/active_model_serializers/pull/1494) Make serializers serializalbe
(using the Attributes adapter by default). (@bf4)
- [#1550](https://github.com/rails-api/active_model_serializers/pull/1550) Add
Rails url_helpers to `SerializationContext` for use in links. (@remear, @bf4)
- [#1004](https://github.com/rails-api/active_model_serializers/pull/1004) JSON API errors object implementation.