Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@tobyzerner tobyzerner released this 31 Mar 09:26
· 34 commits to master since this release

Added

Changed

Fixed

  • #65: Convert snake-case into camelCase when calling a relationship method. (@avoelpel)
  • #70: Include related resources even if relationship is not listed in sparse fieldset. (@Damith88)
  • #72: Return null in Parameters::getLimit if no limit is set. (@byCedric)
  • 46142e5: Prevent primary "data" resources from showing up again in the "included" array. (@tobscure)