v5.12.0
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.