Skip to content

6.2.0

Compare
Choose a tag to compare
@manicki manicki released this 18 Oct 15:41
· 346 commits to master since this release
  • Raised minimum PHP version to 5.5
  • Added basic support for foreign EntityIds
    • Added isForeign, getRepository and getLocalPart to EntityId
    • The constructor of EntityId was made public
    • Added static EntityId::splitSerialization and EntityId::joinSerialization
    • getNumericId throws an exception for foreign EntityIds
    • Added documentation for foreign EntityIds