Skip to content

Releases: michaeldyrynda/laravel-model-uuid

6.6.0

26 Jan 01:49
2a59322
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.5.0...6.6.0

6.6.0-beta.1

26 Jan 01:46
c5bec51
Compare
Choose a tag to compare
6.6.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 6.5.0...6.6.0-beta.1

6.5.0

30 Sep 00:34
0934119
Compare
Choose a tag to compare

Adds support for route model binding with the new BindsOnUuid trait, which should be used in combination with the GeneratesUuid trait - #106 (@afshiney)

6.4.1

19 Apr 00:08
3935ba9
Compare
Choose a tag to compare

Add support for qualifying UUID column so nested queries work as expected - (#102, 3935ba9)

6.4.0

05 Dec 04:45
6820f36
Compare
Choose a tag to compare

Add PHP 8 support (#101)

6.3.0

08 Sep 02:38
557dfd9
Compare
Choose a tag to compare

Laravel 8 support

6.2.0

02 Aug 08:10
0792f4e
Compare
Choose a tag to compare

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

25 Mar 23:31
72edc23
Compare
Choose a tag to compare

Adds support for UUIDv6

6.1.0

25 Mar 10:18
1170bbb
Compare
Choose a tag to compare

#83 - Support ramsey/uuid 4.0, removing deprecation warning for moontoast/math (#66, #70, #79)

6.0.2

14 Mar 07:02
19b85f8
Compare
Choose a tag to compare

0849adc - Fix scope for finding models using laravel-efficient-uuid casts