# Changelog

Here's a quick overview of the new features in the latest versions of the package.

## v0.18.0

* Laravel 13 support.

## v0.17.0

* Added `pivotModel` and `pivotColumns` parameters to the `BelongsToMany` relationship attribute.

## v0.16.0

* Laravel 12 support.

## v0.15.0

* Added support to `Enum` conversion on column casting.

## v0.14.0

* Laravel 11 support.

## v0.13.0

* Added the `IgnoreProperties` attribute.

## v0.12.0

* Added the `Dispatches` attribute.
* Added the `Listener` attribute.
* Added the `Observer` attribute.

## v0.11.0

* Added the `castAndCreate` method.
* Added the `castAndFill` method.
* Added the `castAndSet` method.
* Added the `castAndUpdate` method.

## 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.
