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

5.0.1

23 Apr 23:36
c4e8000
Compare
Choose a tag to compare

Adds the abandoned config to composer.json.

If you need continued functionality of this package, please use dyrynda/laravel-model-uuid.

5.0.0

16 Feb 01:38
4801fb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.3...5.0.0

4.5.3

12 Apr 03:16
6eafe57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.5.1...4.5.3

4.5.2

26 Jan 03:46
1eeb754
Compare
Choose a tag to compare

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

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

4.5.1

26 Jan 03:29
1eeb754
Compare
Choose a tag to compare

Target the minimum dyrynda/laravel-model-uuid version that supports Laravel 9.x

4.5.0

23 Jan 03:55
9325f16
Compare
Choose a tag to compare

What's Changed

  • add links to GitHub Issues in read me by @joelmellon in #51
  • Adds support for Laravel 9.x (Fixes #53)

New Contributors

Full Changelog: 4.4.0...4.5.0

4.4.0

24 Oct 11:23
5f4a838
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.4.0

4.3.0

05 Dec 04:40
05a8fac
Compare
Choose a tag to compare
  • Add PHP 8 support (#41)
  • Update to use Grammar Macro to avoid collisions with other packages (#39 - @RichardStyles)
  • Change default Postgres config string to pgsql (#37 - @defenestrator)

4.2.0

08 Sep 02:08
7f4be08
Compare
Choose a tag to compare

Laravel 8 support

4.1.1

09 Aug 12:21
cce671c
Compare
Choose a tag to compare

#34 - Handle null UUID value, allowing for nullable UUIDs