Skip to content

3.12.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 15:22
· 30 commits to main since this release
a5c54c2

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 to static)