v1.4.0
$create
and $save
can now save children associations in the same request.
$create
passes all children associations of the object to create.$save
uses an optional array parameter to select which children associations must be passed. An empty array means all associations.