Skip to content

v1.4.0

Compare
Choose a tag to compare
@lbovet lbovet released this 27 Dec 12:07
· 28 commits to master since this release

$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.