Skip to content

Releases: michaeldyrynda/laravel-model-uuid

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

6.0.1

09 Mar 08:48
d307edc
Compare
Choose a tag to compare

6c76aa0 - Add tests, better handling for when laravel-efficient-uuid is used in conjunction with this package

6.0.0

07 Mar 03:44
81fcd57
Compare
Choose a tag to compare

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

04 Sep 02:23
8514be9
Compare
Choose a tag to compare
  • #62 - Add compatibility for Laravel 6
  • #59, #58 - Allow multiple UUID columns in same table
  • #61 - Pass an array of UUIDs to whereUuid

4.1.1

16 Feb 06:23
43cfa9e
Compare
Choose a tag to compare

Added support for customising the UUID column name (#53)

4.1.0: Merge pull request #48 from michaeldyrynda/feature/laravel-5.7-support

07 Sep 01:52
76d7dd9
Compare
Choose a tag to compare

4.0.1

20 Jun 02:45
acaf46a
Compare
Choose a tag to compare

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

01 Mar 06:54
0042b8f
Compare
Choose a tag to compare

Adds support for Laravel 5.6's time-ordered UUIDs

3.1.1

24 Feb 03:08
2370443
Compare
Choose a tag to compare

Fixes dependency of illuminate/events, which would otherwise pin it to 5.6.0.

3.1.0

14 Feb 11:17
Compare
Choose a tag to compare

Added support for Laravel 5.6