Skip to content

0.12.0

Compare
Choose a tag to compare
@philsturgeon philsturgeon released this 19 Mar 15:17
· 247 commits to master since this release

Added

  • Added PHP 7.0-dev support.
  • Add the support for Laravel 5 paginator. Issue #153

Changed

  • Now accessing the default and available includes in Transformers via getters Issue #158

Removed

  • Dropped PHP 5.3 support. Use v0.11 if you're still stuck on PHP 5.3.
  • Removed getData() and getTransformer() from League\Fractal\Resource\Collection as they were already
    defined in ResourceAbstract.