Releases: michaeldyrynda/laravel-model-uuid
Releases · michaeldyrynda/laravel-model-uuid
6.0.2
0849adc - Fix scope for finding models using laravel-efficient-uuid
casts
6.0.1
6c76aa0 - Add tests, better handling for when laravel-efficient-uuid
is used in conjunction with this package
6.0.0
- #69 - Adds support for Laravel 6 (@jasonmccreary)
This package now uses custom casts when used in combination with laravel-efficient-uuid
, rather than the customised behaviour in <4.0.0
.
5.0.0
4.1.1
4.1.0: Merge pull request #48 from michaeldyrynda/feature/laravel-5.7-support
Add Laravel 5.7 support
4.0.1
Introduces the ability to make the uuid
column configurable.
Add a public uuidColumn
method to your model, which returns the string name of the column that should be used for your UUID.
4.0.0
Adds support for Laravel 5.6's time-ordered UUIDs
3.1.1
Fixes dependency of illuminate/events
, which would otherwise pin it to 5.6.0.
3.1.0
Added support for Laravel 5.6