3.12.0
Added
- Includes relationships counts with
tags_count
(needs to end with_count
). E.g:
JsonApiResponse::using(Post::class)->allowInclude(['tags_count']);
// Then request this with ?include=tags_count
Fixed
- Some IDEs getting confused with returning
self
types in traits (replaced tostatic
)