Refactors of the Attribute adapter. Adds support for nested associations specified from the include key in the controller. Adds some tests and some method documentation

This commit is contained in:
L. Preston Sego III
2015-08-31 12:12:08 -04:00
parent 94cee192a9
commit a74ea189cd
5 changed files with 289 additions and 31 deletions

View File

@@ -23,6 +23,7 @@ Features:
* adds support for `pagination links` at top level of JsonApi adapter [@bacarini]
* adds extended format for `include` option to JsonApi adapter [@beauby]
* adds support for wildcards in `include` option [@beauby]
* adds support for nested associations for JSON and Attributes adapters via the `include` option [@NullVoxPopuli, @beauby]
Fixes: