v0.0.13
Pre-release
Pre-release
loadRelated
action andrelated
getter now correctly handle relationships that return a single record rather than an array.- Breaking change:
related
getter previously returned[]
when the relationship had not been loaded; now it returnsnull
. This is because we can no longer assume that it will contain an array when loaded due to change 1 above.