Skip to content

3.0.0

Compare
Choose a tag to compare
@kocsismate kocsismate released this 21 Nov 11:05
· 247 commits to master since this release
3.0.0
9922257

CHANGED:

  • Increased minimum PHP version requirement to 7.1
  • ExceptionFactoryInterface methods must return JsonApiExceptionInterface (BREAKING)
  • AbstractDocument::getJsonApi() and AbstractDocument::getLinks() return types must be declared (BREAKING)
  • ResourceTransformerInterface::getLinks() return type must be declared (BREAKING)

REMOVED:

  • TransformerTrait::toBool() and TransformerTrait::toInt() methods

FIXED:

  • Some minor type declaration-related issues