Add support for dynamic string-links in JsonApi adapter.

This commit is contained in:
Lucas Hosseini
2015-12-29 20:02:32 +01:00
parent 316026e9ce
commit 30d8414cce
4 changed files with 25 additions and 17 deletions

View File

@@ -16,6 +16,7 @@ Breaking changes:
Features:
- [#1406](https://github.com/rails-api/active_model_serializers/pull/1406) Allow for custom dynamic values in JSON API links (@beauby)
- [#1270](https://github.com/rails-api/active_model_serializers/pull/1270) Adds `assert_response_schema` test helper (@maurogeorge)
- [#1099](https://github.com/rails-api/active_model_serializers/pull/1099) Adds `assert_serializer` test helper (@maurogeorge)
- [#1403](https://github.com/rails-api/active_model_serializers/pull/1403) Add support for if/unless on attributes/associations (@beauby)