Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Releases: michaeldyrynda/laravel-efficient-uuid

4.1.0

02 Aug 06:26
e7a06c3
Compare
Choose a tag to compare

Add support for ramsey/uuid=^4.1

4.0.1

08 Mar 03:19
ee74ca6
Compare
Choose a tag to compare

ee74ca6 - FIx namespace of EfficientUuid class

4.0.0

07 Mar 03:40
fe88231
Compare
Choose a tag to compare

This package now uses Laravel 7's custom casts with EfficientUuid to handle casting UUIDs between bytes and strings.

3.1.0

27 Oct 02:11
1e243ef
Compare
Choose a tag to compare

#17 - Add support for SQLite
#18 - Move orchestra/testbench to require-dev

3.0.1

05 Sep 12:34
6399392
Compare
Choose a tag to compare
  • Restore deleted connection extension, which enabled the efficientUuid to function
  • Add return in macro to enable chaining of methods

3.0.0

05 Sep 12:12
7f4390c
Compare
Choose a tag to compare
  • #13 - Don't override default uuid
  • #16 - Add compatibility with Laravel 6

2.3.0

14 Mar 23:34
Compare
Choose a tag to compare

Add Laravel 5.8 support

2.2.0

07 Sep 02:09
Compare
Choose a tag to compare

Add Laravel 5.7 support

2.1.0

14 Feb 11:40
Compare
Choose a tag to compare

Add support for Laravel 5.6

2.0.0

31 Aug 00:57
Compare
Choose a tag to compare

Supports Laravel 5.5.

A conscious decision has been made to avoid using the package auto-discovery for this package, due to the way that it changes the behaviour of the migration uuid method.