Skip to content

Releases: verbanent/eloquent-binary-uuid

v1.10.0

13 Jan 19:44
43c028d

Choose a tag to compare

  • Add a publishable config file to define the default UUID column.
  • Support BINARY_UUID_DEFAULT_COLUMN for the global default UUID column name.
  • Merge package config on register and keep per‑model $uuidColumn override.

v1.9.0

12 Jan 23:35
ec64f46

Choose a tag to compare

  • Added Laravel 11 and 12 compatibility.
  • Fixed MySQL schema grammar instantiation on Laravel 12 while keeping legacy behaviour.
  • Maintenance: improved test coverage and SonarCloud/coverage integration.
  • No breaking changes expected.

v1.8.1

14 Feb 20:18

Choose a tag to compare

  • Support for Laravel 10.

v1.8.0

22 Nov 23:09

Choose a tag to compare

Added Laravel 9 to composer.json

v1.7.2

04 Jan 20:45
1a6a765

Choose a tag to compare

  • Fixed UUID column name.

v1.7.1

04 Jan 02:00
47a45bd

Choose a tag to compare

Merge pull request #12 from verbanent/update/readme

Updated README.md file

v1.7.0

04 Jan 01:17
fe9cf7d

Choose a tag to compare

  • Allowed custom column name for primary key (including default primary key column id).

v1.6.0

04 Aug 00:16
bf8e62a

Choose a tag to compare

  • Added support for PHP 8.0.

v1.5.6

03 Aug 23:53
3904088

Choose a tag to compare

  • Added Docker config files.

v1.5.5

03 Aug 23:27
8816d08

Choose a tag to compare

  • Upgraded laravel/framework to version 6.20.26 or later.