Table of Contents generated with DocToc
Upgrading
v2.0.0
If you were using the Alembic.Relationship.resource_identifier
type,
use Alembic.ResourceIdentifier.t
instead.
If you were updating relationships by nesting attributes, you now need to issue multiple JSONAPI documents to update the primary resource and one for each related resource.
v1.0.0
Instead of using Alembic.FromJsonTest.assert_idempotent
use Alembic.FromJsonCase.assert_idempotent
. Alembic.FromJsonCase
is defined in test/support/from_json_case.ex
, so there is no need to explicitly include it when running a single file with mix test <file>
.