Skip to content

v0.0.86

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 14:50
· 6 commits to main since this release
a1a54e3

💥 BREAKING CHANGES

  • due to a1a54e3 - Provide @template for JsonResource $resource for better type safe (commit by @pionl):

    PHPStan will now throw an error if you pass incorrect value to __construct or Resource::collection

    • made setContainer/getContainer/resourceArray/instance final

✨ New Features

  • a1a54e3 - PHPStan: Provide @template for JsonResource $resource for better type safe (commit by @pionl)