13.x
[8.x] Add custom pagination information in resource (#39600)
[8.x] Specify more concrete data types inside of arrays in PHPDoc (#34786)
change names
Use ?-> instead of optional (#40354)
[5.5] Fix all resources docblocks (#20878)
add ReturnTypeWillChange attribute (#37838)
allow arrays of objects in resource collections (#30800)
[9.x] Throw exception when ResourceCollection collects something else than … (#40844)
Always use FQCN in docblocks. (#40779)
[8.x] Add ability to customize json options on JsonResource response (#40208)
[8.x] Avoid constructor call when fetching resource JSON options (#40261)
[7.x] Conditionally returning appended attributes in API resources (#33422)
[9.x] Add `whenNotNull` method (#41769)
Use value() helper in whenLoaded() (#24644)
[9.x] Add `whenHas` to JsonResource (#45376)
Support custom accessor on whenPivotLoaded() (#25661)
StyleCI fixes
[10.x] Add `whenAggregated` method to `ConditionallyLoadsAttributes` trait (#47417)
Ensure relations are properly snaked (#43322)
[11.x] Add `whenExistsLoaded` method to conditionally include relationship existence attribute (#52295)
Support passing default as named parameter in whenLoaded, whenAggregated, whenCounted (#51342)
[9.x] Add `unless` to JsonResource (#45419)
Fix how resources handle arrays with mixed numeric and string keys