Add support for if/unless on associations.

This commit is contained in:
Lucas Hosseini
2015-12-30 17:25:41 +01:00
parent a502b5d38b
commit 6860318133
3 changed files with 28 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ Breaking changes:
Features:
- [#1403](https://github.com/rails-api/active_model_serializers/pull/1403) Add support for if/unless on attributes/associations (@beauby)
- [#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)