Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-03-31 | 1.2 kB | |
v0.3.0 source code.tar.gz | 2016-03-31 | 15.6 kB | |
v0.3.0 source code.zip | 2016-03-31 | 32.5 kB | |
Totals: 3 Items | 49.4 kB | 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)