Releases: michaeldyrynda/laravel-model-uuid
Releases · michaeldyrynda/laravel-model-uuid
6.6.0
6.6.0-beta.1
6.5.0
6.4.1
6.4.0
6.3.0
Laravel 8 support
6.2.0
b273499 - Add support for `ramsey/uuid=^4.1.
Note that this release drops support for UUID versions 2, 3, and 5. These versions required additional configuration i.e. didn't work out of the box.
ordered
now maps through to uuid6
, and will be removed once the spec for v6 has been finalised.
Note
It may be possible, given that the ordered UUID does not appear to actually be a proper time-ordered UUID, to see collisions if you were previously using the ordered
UUID version..
It may be worth considering updating the UUID to use the new format which forms a truer representation of an ordered UUID, albeit from a draft specification.
6.1.1
Adds support for UUIDv6
6.1.0
6.0.2
0849adc - Fix scope for finding models using laravel-efficient-uuid
casts