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
5.0.1
Adds the abandoned
config to composer.json
.
If you need continued functionality of this package, please use dyrynda/laravel-model-uuid.
5.0.0
What's Changed
- Laravel 10.x Compatibility by @laravel-shift in #58
New Contributors
- @laravel-shift made their first contribution in #58
Full Changelog: 4.5.3...5.0.0
4.5.3
What's Changed
- Cast value as string when using trim by @billriess in #56
New Contributors
- @billriess made their first contribution in #56
Full Changelog: 4.5.1...4.5.3
4.5.2
Fix cyclic dependency on dyrynda/laravel-model-uuid
.
Note, this doesn't affect installation into a Laravel 9.x application, only development and testing of the package itself.
4.5.1
Target the minimum dyrynda/laravel-model-uuid
version that supports Laravel 9.x
4.5.0
What's Changed
- add links to GitHub Issues in read me by @joelmellon in #51
- Adds support for Laravel 9.x (Fixes #53)
New Contributors
- @joelmellon made their first contribution in #51
Full Changelog: 4.4.0...4.5.0
4.4.0
4.3.0
- Add PHP 8 support (#41)
- Update to use Grammar Macro to avoid collisions with other packages (#39 - @RichardStyles)
- Change default Postgres config string to
pgsql
(#37 - @defenestrator)
4.2.0
Laravel 8 support