8.0.0-beta.1
Pre-release
Pre-release
michaeldyrynda
released this
19 Mar 01:49
·
13 commits
to main
since this release
What's Changed
- Laravel 11.x Compatibility by @laravel-shift in #129
- Feature: Migrate efficient UUID support by @michaeldyrynda in #130
This version adds support for Laravel 11, and combines functionality previously available in laravel-efficient-uuid.
As a standalone package, laravel-efficient-uuid
was a cyclic dependency on laravel-model-uuid
, which made maintenance of the two packages tricky. The new functionality is, however, opt-in, so you can continue without this if you choose to.
Full Changelog: 7.1.1...8.0.0-beta.1