Skip to content

Releases: michaeldyrynda/laravel-model-uuid

8.1.1

07 Aug 01:11
5635a31
Compare
Choose a tag to compare
  • Pin laravel/pint version to stop CI breaking when a new version is released.
  • Updates workflow configuration to use updated actions and cache

Full Changelog: 8.1.0...8.1.1

8.1.0

15 Jul 00:29
05fd05d
Compare
Choose a tag to compare

Updates minimum PHP version to 8.2 and Laravel version to 11.15, addressing recent changes in laravel/framework#51373

8.0.0

23 Apr 23:37
efb9dd3
Compare
Choose a tag to compare

Adds support for Laravel 11.x and combines functionality previously provided by dyrynda/laravel-efficient-uuid.

8.0.0-beta.1

19 Mar 01:49
efb9dd3
Compare
Choose a tag to compare
8.0.0-beta.1 Pre-release
Pre-release

What's Changed

This version adds support for Laravel 11, and combines functionality previously available in laravel-efficient-uuid.

As a standalone package, laravel-efficient-uuid was a cyclic dependency on laravel-model-uuid, which made maintenance of the two packages tricky. The new functionality is, however, opt-in, so you can continue without this if you choose to.

Full Changelog: 7.1.1...8.0.0-beta.1

7.1.1

16 Sep 00:24
f66d590
Compare
Choose a tag to compare

Fixes spatie/laravel-package-tools dependency

7.1.0

13 Sep 00:11
e2f72e9
Compare
Choose a tag to compare

Full Changelog: 7.0.0...7.1.0

7.0.0

16 Feb 01:37
2952601
Compare
Choose a tag to compare

What's Changed

New Contributors

Breaking changes

This version replaces the protected $uuidVersion = ''; in favour of a public function uuidVersion(): string;

If you are upgrading from an earlier version, you will need to replace instances of the property declaration with a method that returns the version string. The default UUID version remains uuid4.

Full Changelog: 6.6.3...7.0.0

6.6.3

07 Mar 05:23
ce78fce
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.6.1...6.6.3

6.6.2

26 Jan 03:46
8f8e7c2
Compare
Choose a tag to compare

Fix cyclic dependency on dyrynda/laravel-efficient-uuid.

Note, this doesn't affect installation into a Laravel 9.x application, only development and testing of the package itself.

6.6.1

26 Jan 03:31
8f8e7c2
Compare
Choose a tag to compare

Target minimum dyrynda/laravel-efficient-uuid that supports Laravel 9.x