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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wendell-adriel.gitbook.io/laravel-lift/getting-started/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
