Changelog
Here's a quick overview of the new features in the latest versions of the package.
v0.19.0
- Added support for complex validation rules using model methods.
- Fixed nullable
BelongsToforeign keys syncing with their Eloquent attribute values. - Fixed fillable mapped columns to support mass assignment using database column names.
v0.18.0
- Laravel 13 support.
v0.17.0
- Added
pivotModelandpivotColumnsparameters to theBelongsToManyrelationship attribute.
v0.16.0
- Laravel 12 support.
v0.15.0
- Added support to
Enumconversion on column casting.
v0.14.0
- Laravel 11 support.
v0.13.0
- Added the
IgnorePropertiesattribute.
v0.12.0
- Added the
Dispatchesattribute. - Added the
Listenerattribute. - Added the
Observerattribute.
v0.11.0
- Added the
castAndCreatemethod. - Added the
castAndFillmethod. - Added the
castAndSetmethod. - Added the
castAndUpdatemethod.
v0.10.1
- Merge hidden attribute list instead of replacing it (same way it is done with fillable, etc.).
v0.10.0
- Ability to define a custom name for the relationships.
- Validation messages support for localization.