This repository was archived by the owner on Jan 2, 2023. It is now read-only.
v0.3.0
Added
- #79, #81: Allow serializers to add links and metadata to resources. (@bwaidelich)
Changed
- #62: Allow PHPUnit 5.0. (@vinkla)
- #85: Allow creation of relationships without data. (@josephmcdermott)
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
inParameters::getLimit
if no limit is set. (@byCedric) - 46142e5: Prevent primary "data" resources from showing up again in the "included" array. (@tobscure)