Skip to content

v5.12.0

Compare
Choose a tag to compare
@27pchrisl 27pchrisl released this 06 May 14:56
· 414 commits to 5.x since this release

Changes in this release:

  • The EloquentEntitySet now calls setAttribute/getAttribute on the Eloquent model instead of using the array syntax. This makes it easier to modify the behaviour of the model by overriding its methods.
  • Conversion of a model attribute to a property is now delegated to the attribute, making it possible to create custom attributes used in discovery.
  • Arrayables such as Collection objects can now be provided as the value of a collection property.