Skip to content

v0.0.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@CodingItWrong CodingItWrong released this 07 Apr 12:06
· 375 commits to master since this release
  1. loadRelated action and related getter now correctly handle relationships that return a single record rather than an array.
  2. Breaking change: related getter previously returned [] when the relationship had not been loaded; now it returns null. This is because we can no longer assume that it will contain an array when loaded due to change 1 above.