Add support for JSON API deserialization (experimental).

This commit is contained in:
Lucas Hosseini
2015-10-06 23:51:54 +02:00
parent 7d4f0c5c8a
commit 20a58d7f5c
7 changed files with 421 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Breaking changes:
Features:
- [#1248](https://github.com/rails-api/active_model_serializers/pull/1248) Experimental: Add support for JSON API deserialization (@beauby)
- [#1378](https://github.com/rails-api/active_model_serializers/pull/1378) Change association blocks
to be evaluated in *serializer* scope, rather than *association* scope. (@bf4)
* Syntax changes from e.g.