Skip to content

v0.2.0

Compare
Choose a tag to compare
@aidan-casey aidan-casey released this 25 Aug 19:32
· 33 commits to master since this release

Added

  • This changelog.
  • Support for retrieving entity metadata via getEntityInformation(), getEntityFields(), and getEntityUserDefinedFields().
  • Support for retrieving the query count via the count() method on the QueryBuilder.

Changed

  • User Defined Fields are now represented as Data Transfer Objects, though they still are organized as an array on each entity that supports them.

Fixed

  • User Defined Fields are not present on entities that do not support them.
  • Guzzle Response object is not imported on service classes that do not require it.