Skip to content

Releases: goldspecdigital/laravel-eloquent-uuid

v10.0.0

23 Feb 18:52
981a144

Choose a tag to compare

Added

  • Added PHP 8.2 test coverage.
  • Added Laravel 10.x support.

Removed

  • Dropped PHP 8.0 support.
  • Dropped Laravel 9.x support.

v9.0.0

09 Feb 14:40

Choose a tag to compare

Added

  • Added PHP 8.1 test coverage.
  • Added Laravel 9.x support.

Removed

  • Dropped PHP 7.x support.
  • Dropped Laravel 8.x support.

v8.0.1

23 Dec 10:12
e987481

Choose a tag to compare

Added

  • PHP 8.0 support.

Removed

  • Code style tests.

v8.0.0

09 Sep 20:29
c203b31

Choose a tag to compare

Added

  • Added support for Laravel v8.0.

Removed

  • Dropped PHP 7.2 support.

v1.2.0

25 Apr 18:40

Choose a tag to compare

Added

  • Added alternative trait to use instead of extending the provided class.

v7.0.0

04 Mar 18:46
36fb8ee

Choose a tag to compare

Added

  • Added support for Laravel v7.0.
  • Added PHP 7.4 to the Travis CI build matrix.

v6.2.0

13 Feb 16:32
c946669

Choose a tag to compare

Added

  • Added alternative trait to use instead of extending the provided class.

v6.1.2

09 Feb 13:27
2489811

Choose a tag to compare

Added

  • Documentation added for setting up database migrations.

Fixed

  • Now using correct casing for Stubs directory.

v6.1.1

06 Dec 15:50

Choose a tag to compare

Fixed

  • Bumped minor version to match new tag in README.md.

v6.1.0

06 Dec 15:43
9d31ab3

Choose a tag to compare

Added

  • Artisan command to create models.