mirror of
https://github.com/ditkrg/active_model_serializers.git
synced 2026-01-23 06:16:50 +00:00
Updates Readme to reflect changes to JSON API RC4
This commit is contained in:
parent
4f576a1463
commit
2f6c431d5a
@ -8,7 +8,7 @@ AMS does this through two components: **serializers** and **adapters**.
|
|||||||
Serializers describe _which_ attributes and relationships should be serialized.
|
Serializers describe _which_ attributes and relationships should be serialized.
|
||||||
Adapters describe _how_ attributes and relationships should be serialized.
|
Adapters describe _how_ attributes and relationships should be serialized.
|
||||||
|
|
||||||
By default AMS will use the JsonApi Adapter that follows RC3 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
|
By default AMS will use the JsonApi Adapter that follows RC4 of the format specified in [jsonapi.org/format](http://jsonapi.org/format).
|
||||||
Check how to change the adapter in the sections bellow.
|
Check how to change the adapter in the sections bellow.
|
||||||
|
|
||||||
# RELEASE CANDIDATE, PLEASE READ
|
# RELEASE CANDIDATE, PLEASE READ
|
||||||
@ -178,7 +178,7 @@ end
|
|||||||
|
|
||||||
#### JSONAPI
|
#### JSONAPI
|
||||||
|
|
||||||
This adapter follows RC3 of the format specified in
|
This adapter follows RC4 of the format specified in
|
||||||
[jsonapi.org/format](http://jsonapi.org/format). It will include the associated
|
[jsonapi.org/format](http://jsonapi.org/format). It will include the associated
|
||||||
resources in the `"included"` member when the resource names are included in the
|
resources in the `"included"` member when the resource names are included in the
|
||||||
`include` option.
|
`include` option.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user