This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
Releases: michaeldyrynda/laravel-efficient-uuid
Releases · michaeldyrynda/laravel-efficient-uuid
4.1.0
Add support for ramsey/uuid=^4.1
4.0.1
4.0.0
- #24 - Adds support for Laravel 7 (@dasraab)
- #23 - Adds Postgres support (@defenestrator)
This package now uses Laravel 7's custom casts with EfficientUuid
to handle casting UUIDs between bytes and strings.
3.1.0
3.0.1
- Restore deleted connection extension, which enabled the
efficientUuid
to function - Add
return
in macro to enable chaining of methods
3.0.0
2.3.0
Add Laravel 5.8 support
2.2.0
Add Laravel 5.7 support
2.1.0
Add support for Laravel 5.6
2.0.0
Supports Laravel 5.5.
A conscious decision has been made to avoid using the package auto-discovery for this package, due to the way that it changes the behaviour of the migration uuid
method.