# Changelog

All notable changes to `ralphjsmit/livewire-urls` will be documented in this file.

## 1.3.1 - 2023-11-29

- Official support for Livewire v3.

## 1.3.0 - 2023-08-19

- Add initial Livewire V3 beta support in #22 by @Orrison.

## 1.2.0 - 2023-02-17

- Add Laravel 10 support in #10
- Fix `lastRecorded` logic in #11

## 1.1.3 - 2022-11-19

– Fix: fallbacks not used in last route recorded.
– Fix: exclude all request types apart from GET.

## 1.1.2 - 2022-07-14

- Store full url including query string.

## 1.0.1 - 2022-06-17

– Prevent session from becoming too long.

## 1.1 - 2022-06-17

– Add functionality for `Url::lastRecorded()` and `Url::lastRecordedRoute()`.

## 1.0 - 2022-06-17

– Initial release.
